-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated formats, update reader and writer backends (#1191)
* remove hoomdxml * remove protobuf * remove hoomd3 force writers * change backend for mol2 and xyz to gmso * remove protobuf from dev environments * add some TODO notes * change behavior of xyz test * comment out test for elements * fix test based on expected behavior for xyz files, remove wrong n atoms tests, that is being tested for in GMSO test_xyz.py * remove lammpsdata and tests * remove duplicate benzene fixture that reads benzene from a mol2 file * update benzene naming to fix failing rigid tests * add hoomd_writer file that has GSD and snapshot writer * fix typo * add else statement * move to_hoomdsnapshot to conversion, add method in Compound class. Delete old snapshot and gsd writers * fix import * remove hoomd writer file, add TODO flags to conversion * add TODO notes, pass in overwrite to Topology.save(), comment out file formats that require typed systems * remove tests for gsd, hoomd, cassandra and par writers, move tests for loading xys into test_compound * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add check for charges back in save method * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add if statement before checking charge is neutral * remove .top from unit test * remove lammps and lammpsdata files from tests and support in conversion.py * Don't use gmso mol2 backend * remove gmso as backend for mol2 saver * remove Hoomd V3 test from CI * remove par writer and xyz reader/write * pin gmso to latest ver in window env file * add has_hoomd back to io.py, handle tests that use hoomd via gmso * fix syntax * remove unused import * update doc strings with new links, correct file types and methods * add saver mapping to compound.save doc strings --------- Co-authored-by: CalCraven <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c79a58e
commit aabbab6
Showing
25 changed files
with
241 additions
and
6,886 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ dependencies: | |
- parmed>=3.4.3 | ||
- pip | ||
- pre-commit | ||
- protobuf | ||
- py3Dmol | ||
- pycifrw | ||
- pytest | ||
|
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.