Skip to content

Commit

Permalink
Merge pull request #226 from s-goldman/dev
Browse files Browse the repository at this point in the history
Small changes to docstrings in setup.get_data and update of email in readme
  • Loading branch information
s-goldman committed Nov 4, 2022
2 parents b546817 + 5c660a7 commit 9f4ff27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions desk/__init__.py
Expand Up @@ -8,9 +8,9 @@
# Top-level package for Dusty-Evolved-Star-Kit.

__author__ = "Steven R. Goldman"
__email__ = "sgoldman@stsci.edu"
__email__ = "sgoldman@usra.edu"
__title__ = "DESK"
__version__ = "1.8.15"
__version__ = "1.8.16"
__repository__ = "https://github.com/s-goldman/Dusty-Evolved-Star-Kit"
__date_published = "2021-09-17"
__licence__ = "BSD"
Expand Down
3 changes: 3 additions & 0 deletions desk/set_up/get_data.py
Expand Up @@ -22,6 +22,9 @@ def get_values(filename, min_wavelength=0, max_wavelength=1000, fitting=False):
The maximum wavelength in um to fit the data.
min_wavelength:float
The maximum wavelength in um to fit the data
fitting: bool
Whether fitting or displaying data. If fitting=True, function will trim
data using min_wavelength and max_wavelength.
Returns
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,6 +51,6 @@
test_suite="tests",
tests_require=["pytest", "sphinx_automodapi"],
url="https://github.com/s-goldman/Dusty_Evolved_Star_Kit",
version="1.8.15",
version="1.8.16",
zip_safe=False,
)

0 comments on commit 9f4ff27

Please sign in to comment.