forked from materialsproject/pymatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid
inspect.getfullargspec
to maintain compatibility with py2.7 (m…
…aterialsproject#986) * Use set_prop_cycle * Import pymatgen.util.serialization * Fix DeprecationWarning * Add Hdr.to_string * Minor changes * Add is_ngqpt option to PhononWork class methods * Better error message if disordered structure is passed to to_abivars * Workaround for pandas issue 18021 * Fix typo * Init build.version * Minor changes * Add Flow.get_task_cycles method * Use universal_newlines in Popen if py3k * Enforce in NscfTask same FFT mesh as in GSTask * Add repr for DFPT tasks * Begin removing deprecated functions * update pseudos * Use universal_newlines if py3k * Add tests * Add tests * Add mpi_runner_options * Count number of jobs in the queue without contacting the resource manager * Add CyclesPlotter and new methods for RelaxationCycle, EOSFit.plot_ax + tests * add methods and classes to __all__ * Just to trigger travis build * This to check if travis gets stuck due to matplotlib * Indent RST table in add_fix_kwargs decorator * Remove logger.debug call * Minor fix in NscfTask * add class to __all__ * one more class in __all__ * remove introspection in dict methods * Remove unused import
- Loading branch information
Showing
5 changed files
with
52 additions
and
28 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
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
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