-
- Downloads
Refactoring the pyfstat code
Transforms the single pyfstat.py into a python module splitting the relevant code into separate sub-files in pyfstat. This should result in improved readability.
Showing
- README.md 1 addition, 5 deletionsREADME.md
- pyfstat/__init__.py 6 additions, 0 deletionspyfstat/__init__.py
- pyfstat/core.py 912 additions, 0 deletionspyfstat/core.py
- pyfstat/grid_based_searches.py 292 additions, 0 deletionspyfstat/grid_based_searches.py
- pyfstat/helper_functions.py 120 additions, 0 deletionspyfstat/helper_functions.py
- pyfstat/mcmc_based_searches.py 18 additions, 1425 deletionspyfstat/mcmc_based_searches.py
- pyfstat/optimal_setup_functions.py 144 additions, 0 deletionspyfstat/optimal_setup_functions.py
- setup.py 2 additions, 2 deletionssetup.py
- tests.py 2 additions, 2 deletionstests.py
pyfstat/__init__.py
0 → 100644
pyfstat/core.py
0 → 100755
This diff is collapsed.
pyfstat/grid_based_searches.py
0 → 100644
pyfstat/helper_functions.py
0 → 100644
pyfstat.py
→
pyfstat/mcmc_based_searches.py
100755 → 100644
This diff is collapsed.
pyfstat/optimal_setup_functions.py
0 → 100644
Please register or sign in to comment