Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests and update examples #36

Merged
merged 28 commits into from
Jun 8, 2018
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e3b9319
Improve how _get_temperature_index treats boundary
namurphy Jun 7, 2018
cbeaf8d
Removing comments no longer needed for Python 3
namurphy Jun 7, 2018
362eced
Update NEI example and formatting changes
namurphy Jun 7, 2018
de67972
Update EigenData2 docstring to pass doctest
namurphy Jun 7, 2018
b543957
Update example in NEI class
namurphy Jun 7, 2018
98b2a6b
Update MANIFEST.in to include data files
namurphy Jun 7, 2018
51a7801
Fix typo in dens_ratio
namurphy Jun 7, 2018
1886387
Include all HDF5 files in setup.py
namurphy Jun 7, 2018
1625eba
Remove packagename folder
namurphy Jun 7, 2018
516d4c0
Update MANIFEST.in
namurphy Jun 7, 2018
94309a3
Update requirements/requirements.txt
namurphy Jun 7, 2018
f41d0ad
Add h5py to requirements
namurphy Jun 7, 2018
fe5253d
Require Astropy version >= 3.0.0
namurphy Jun 7, 2018
3fb1e13
Handle nei/tests/coveragerc in setup.py
namurphy Jun 7, 2018
152e48e
Use travis_wait in tests
namurphy Jun 7, 2018
4a08be3
Use PlasmaPy pycodestyle and pydocstyle settings
namurphy Jun 7, 2018
0de31a3
Parametrize test_element_range
namurphy Jun 7, 2018
ae026c2
Modify test_eigenvalue.py for Travis CI problems
namurphy Jun 7, 2018
2421c97
Remove command to make Travis wait for screen output
namurphy Jun 7, 2018
da79f56
Set max_steps in all NEI tests
namurphy Jun 7, 2018
4541cfc
Temporarily shorten NEI class tests
namurphy Jun 7, 2018
c7303ca
Modify error message in tests
namurphy Jun 7, 2018
833c3bb
Use int around atomic_numb in test_eigenvaluetable
namurphy Jun 7, 2018
11fcaf2
Shorten eigenvaluetable tests because of Travis CI delays
namurphy Jun 7, 2018
7ba0044
Add assert statements to EigenData2 tests
namurphy Jun 7, 2018
0062337
Add memory checks to .travis.yml
namurphy Jun 7, 2018
68c15ed
Perform NEI tests with lighter elements
namurphy Jun 8, 2018
4a0d223
Update authors of package in license and setup.cfg
namurphy Jun 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update MANIFEST.in to include data files
Non-Python files need to be included in MANIFEST.in so that they are
kept track of while running `python setup.py install` and `python
setup.py test`.  This should recursively include everything in the
data directory.
  • Loading branch information
namurphy committed Jun 7, 2018
commit 98b2a6b20cd089c0c77b1908f366270615b557ff
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ recursive-include docs *
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *
recursive-include data *

prune build
prune docs/_build
prune docs/api


# the next few stanzas are for astropy_helpers. It's derived from the
# astropy_helpers/MANIFEST.in, but requires additional includes for the actual
# package directory and egg-info.
Expand All @@ -37,5 +37,4 @@ recursive-include astropy_helpers/astropy_helpers/sphinx *
prune astropy_helpers/build
prune astropy_helpers/astropy_helpers/tests


global-exclude *.pyc *.o