Commit Graph

6 Commits

Author SHA1 Message Date
Alyssa Travitz
66ac2bdc64 migrate json loading to new gufe syntax (#1177)
* updates to cli from_json

* replacing dump instances with to_json

* Remove unnecessary imports of JSON_HANDLER

* addressing review

---------

Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
Co-authored-by: David L. Dotson <dotsdl@gmail.com>
2025-03-25 23:32:26 +00:00
Irfan Alibay
52dba26600 fix packaging (#323)
* Add init files + recursive-includes

* Add init to storage

* Add CI test for package build

* add verbosity to pytest calls

Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>

* update manifest

* try something out

* override defined benzene_modifications

* limit gufe imports

* fix gufe imports

* more imports

* how about this?

* minimum fix

* how about pulling all the fixtures directly into openfe?

* make package test a cron job

* separate out the yaml files

---------

Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
2023-04-11 10:56:42 -07:00
richard
395aa82bc8 cli: tests: update write_transformation dev script
must include settings in Dummy and Broken Protocol now
2023-02-27 15:30:49 +00:00
David W.H. Swenson
5ab1ac66fe Finish quickrun error handling (#215)
* quickrun should error if a unit errors

* Fix incorrect naming

* steps toward fixing error handling

* I think I'm reasonably happy with this.

* update tests to match new output dict

* cleanup

* Update write_transformation_json.py

Co-authored-by: Richard Gowers <richardjgowers@gmail.com>
2022-10-31 13:14:58 -05:00
David W.H. Swenson
6447b917b9 Update based on review comments
Still need to add tests for this. Also, it looks like DummyProtocol
isn't doing any file output here ... need to figure out why
2022-10-24 10:27:49 -05:00
David W.H. Swenson
c68c8f0ff5 move write_transformation_json to avoid coverage 2022-10-20 11:43:27 -05:00