-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from mlendl42/dev
Dev
- Loading branch information
Showing
161 changed files
with
51,251 additions
and
33,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.