-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add batching to sdk by uploading qcschema files to a container. * Refactor/simplify tests to use pytest regressions * Change input_data_uri back to blob based uri * Add toc blob to submission * Add further xyz validation * Correct the qcshema format. * Add pytest-regressions to conda env * Add pytest-regressions to ci * Add support for submitting batches of qcschema --------- Co-authored-by: Adam Grofe <[email protected]> Co-authored-by: Xinyi Joffre <[email protected]> Co-authored-by: kikomiss <[email protected]>
- Loading branch information
1 parent
6420d3e
commit 20dc5cb
Showing
33 changed files
with
10,054 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ dependencies: | |
- python=3.9 | ||
- pip>=22.3.1 | ||
- pytest>=7.1.2 | ||
- pytest-regressions | ||
- pip: | ||
- -e .[all] |
Oops, something went wrong.