-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to openff-qcsubmit
to use next
QCFractal
#195
Conversation
This pull request introduces 1 alert when merging ce56294 into fff7590 - view on LGTM.com new alerts:
|
Live testing with this PR: openforcefield/qca-dataset-submission-next-test#4 |
This pull request introduces 1 alert when merging 20ee05e into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging c926347 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 64dbf12 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e3b15e6 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging f36c9e2 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 667ed24 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e6147ab into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 0956d90 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging e44eaa9 into fff7590 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging f142658 into e4d5add - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging e2eaf09 into e4d5add - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging 727c8f9 into e4d5add - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging a85d635 into e4d5add - view on LGTM.com new alerts:
|
for more information, see https://pre-commit.ci
openff-qcsubmit
to use next
QCFractalopenff-qcsubmit
to use next
QCFractal
Gonna go ahead and merge and make an 0.50.0rc1 release, then will build a non-main label package to make sure things don't go sideways! |
Thanks so much, everyone, fantastic to qcsumit back online! |
Description
The
next
major iteration of QCFractal is coming soon, and these changes are those necessary for QCSubmit to be used with it.test_submissions
test_submissions.py::test_optimization_submissions_with_pcm
test_datasets
test_datasets
tests/results/
records_and_molecules[0][0].properties['scf quadrupole']
after callingrecords_and_molecules = collection.to_records()
on the COH single point setWhy isThe spec names were lost and one of the two specs had an errored calctest_results.py::test_collection_from_server[BasicResultCollection-OpenFF BCC Refit Study COH v1.0-spec_1-91-191]
returning 190 results when it used to return 191?QCSpec
class fromcommon_structures
(which has values for those as defaults)test_results.py::test_to_records[collection2-record2]
find_existing
to_BaseDataset.submit
(datasets.py
around line 220) (or open an issue to do in a separate PR)tests/results
Release notes
dataset.get_qc_spec
method is gone now, including its kwargkeyword_id
(it's not clear to me what this means or where it's used)deferred
(used to begradient
)entries
created in new submissionsto_records
methods now warn about entries with invalid cmiles and then exclude them from the returned values.OptimizationDataset.to_basic_result_collection
will now warn if it's unable to find results with the desired driver and will exclude them from the returned values.Dev install instructions
In a different folder
To prevent posgresql's "not enough shared memory" issue:
Finally in the openff-qcsubmit folder
When running pytest, sometimes I'll get a postgres issue about a temporary file path being too long. I can fix that by setting
--basetemp
in the pytest invocation to something short-ish:QCF next docs: https://molssi.github.io/QCFractal/user_guide/records/base.html#qcportal.dataset_models.BaseDataset.submit
Status