JOSS Review: Installation
See original GitHub issueThe pip install proceeds just fine, but there are some issues when installing the tests which seem to be related to this:
https://github.com/lkreidberg/batman/issues/48
This is likely a transient (no pun intended) issue, and only affect the following tests:
======================================================================== short test summary info =========================================================================
FAILED tests/light_curves_test.py::test_small_star - ModuleNotFoundError: No module named 'batman'
FAILED tests/orbits/keplerian_test.py::test_sky_coords - ModuleNotFoundError: No module named 'batman'
FAILED tests/orbits/keplerian_test.py::test_small_star - ModuleNotFoundError: No module named 'batman'
Thus, it is not related to exoplanet and is only a heads-up.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Reviewing for JOSS - Journal of Open Source Software
A JOSS review involves checking submissions against a checklist of essential software features and details in the submitted paper. This should be objective,...
Read more >JOSS review: Installation and Usage · Issue #11 · 0xCoto/Virgo
Dear @0xCoto Here are some comments about the instruction: There is something that is not clear from the installation part of the README....
Read more >JOSS Documentation - Read the Docs
This site contains documentation for authors interested in submitting to JOSS, reviewers who have generously volun-.
Read more >About the Journal of Open Source Software
The Journal of Open Source Software (JOSS) is an academic journal (ISSN 2475-9066) with a formal peer review process that is designed to...
Read more >32" H x 24" W Savina Modern & Contemporary Metal Mirror
When it comes to installation, there are four metal brackets welded to the ... Read customer reviews and common Questions and Answers for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It looks like https://github.com/lkreidberg/batman/issues/48 was fixed and batman is now only an optional dependency for the tests so I’m going to close this. Thanks!
@grburgess: Thanks for the confirmation!