Skip to content

Commit

Permalink
Merge pull request #12 from mlendl42/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
tundeakins authored Feb 2, 2024
2 parents df1917b + 76dba95 commit 3793d31
Show file tree
Hide file tree
Showing 161 changed files with 51,251 additions and 33,932 deletions.
7 changes: 6 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,9 @@ cython_debug/
# End of https://www.toptal.com/developers/gitignore/api/fortran,python

.DS_Store
.vscode/settings.json
.vscode/

#ignore folder
docs/tutorial/

example/
18 changes: 0 additions & 18 deletions CONAN3/GRtest_v1.py

This file was deleted.

145 changes: 0 additions & 145 deletions CONAN3/RVmodel_v3.py

This file was deleted.

Binary file removed CONAN3/RVmodel_v3.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions CONAN3/VERSION.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.0
14 changes: 10 additions & 4 deletions CONAN3/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
__all__ = ["load_lightcurves", "load_rvs", "mcmc_setup", "fit_data", "create_configfile","load_configfile","load_result_array"]
from .__version__ import __version__
from ._classes import load_lightcurves, load_rvs, mcmc_setup, create_configfile, load_chains, load_configfile, __default_backend__,load_result_array
from .fit_data import fit_data
__all__ = ["load_lightcurves", "load_rvs", "fit_setup", "run_fit", "create_configfile","load_configfile","fit_configfile"]

from ._classes import load_lightcurves, load_rvs, fit_setup, load_result, __default_backend__
from .conf import create_configfile, load_configfile,fit_configfile
from .fit_data import run_fit

from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'VERSION.dat')) as version_file:
__version__ = version_file.read().strip()
Empty file modified CONAN3/__pycache__/GRtest_v1.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/GRtest_v1.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/RVmodel_v3.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/RVmodel_v3.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/Transitmodel_v2.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/Transitmodel_v2.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/__init__.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/__init__.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/__version__.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/__version__.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/_classes.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/_classes.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/basecoeff_v14_LM.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/basecoeff_v14_LM.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/classes.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/corfac_v8.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/corfac_v8.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/credibleregion_ML.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/credibleregion_ML.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/ecc_om_par.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/ecc_om_par.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/fit_data.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/fit_data.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/fitfunc_v25.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/fitfunc_v25.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/gpnew.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/gpnew.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/groupweights_v2.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/groupweights_v2.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/jitter_v1.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/jitter_v1.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/logprob_multi_sin_v4.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/logprob_multi_sin_v4.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/model_GP_v3.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/model_GP_v3.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/outputs_v6_GP.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/outputs_v6_GP.cpython-38.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/plots_v12.cpython-36.pyc
100644 → 100755
Empty file.
Empty file modified CONAN3/__pycache__/plots_v12.cpython-38.pyc
100644 → 100755
Empty file.
3 changes: 0 additions & 3 deletions CONAN3/__version__.py

This file was deleted.

Loading

0 comments on commit 3793d31

Please sign in to comment.