.gitignore
LICENSE
Makefile
README.md
env.yml
requirements.txt
setup.cfg
setup.py
data/.gitignore
examples/minimal_example.ipynb
fsam/__init__.py
fsam/fsam_fit.py
fsam/penalized_group_lasso.py
fsam/sop.py
fsam.egg-info/PKG-INFO
fsam.egg-info/SOURCES.txt
fsam.egg-info/dependency_links.txt
fsam.egg-info/requires.txt
fsam.egg-info/top_level.txt
img/.gitignore
tests/__init__.py
tests/test_bounds.py
tests/test_identifiabilty_conditions.py
tests/test_penalised_group_lasso.py
tests/test_reparametrization.py
tests/test_solution.py
tests/test_sop.py