-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
bader_exe_path
keyword to BaderAnalysis
and run bader
tests…
… in CI (#3191) * allow passing explicit file path to class BaderAnalysis via bader_exe_path * better implementation * add test_missing_file_bader_exe_path * try installing bader exe in linux CI * fix wget url * google-style doc str * fix FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpad1zkrcz/CHGCAR' in def test_automatic_runner(self): test_dir = os.path.join(PymatgenTest.TEST_FILES_DIR, "bader") > summary = bader_analysis_from_path(test_dir) * bader_analysis_from_objects chdir backto original dir * fix two remaining failing tests * del print statements
- Loading branch information
Showing
4 changed files
with
123 additions
and
137 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 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
Oops, something went wrong.