Daniel Wheeler
Daniel Wheeler
Enable testing of an installed version of jarvis. >>> import jarvis >>> jarvis.test() That way you have some idea that javis is working beyond simply importing it without having to...
cif2cell is not updated on conda-forge (it's only available for Python 2.7). It is up to date on pip at version 2.0.0a3. However, it's also not possible to pip install...
Enable Conda-forge installation. I'm working on this now. - instructions: https://conda-forge.org/docs/maintainer/adding_pkgs.html - recipe is added: https://github.com/conda-forge/staged-recipes/pull/12896 - need to check that recipe passes tests - if this doesn't get merged...
See, https://github.com/conda-forge/staged-recipes/pull/12896#discussion_r507172127. I think that it requires editing `setup.py` appropriately https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script
or just required to run the tests. Should probably be removed from setup if so
The following files are written to the working directory when running the tests ``` jarvis/db/jdft_2d-4-26-2020.json jarvis/db/jdft_3d-4-26-2020.json jarvis/db/jff1.json jarvis/db/jml_3d-4-26-2020.json jarvis/examples/vasp/SiOptb88/CHGCAR ``` It might be better to write those to a temporary...
Implement a gallery of examples from different users and our own work. Display prominently somewhere in the documentation or readme. Examples aren't tested. Ask users to post links if they...
Seems to be possible to run completely independent configurations on Travis with the jobs / include syntax.
Use some automated system to discover how much of the code is used when running the tests to determine test code coverage, see http://ivory.idyll.org/blog/automated-testing-and-research-software.html. - [ ] Add an appropriate...