Open lilyminium opened 3 years ago
The important parts of the code in curate.py https://github.com/openforcefield/openforcefield-forcebalance/blob/release-1/3_physical_property_datasets/physical_properties/curation/curate.py appear to all be from nistdataselection . Could someone please point me to that package? I can't seem to find it in the envrionment files.
curate.py
from nistdataselection.curatedataset import curate_data_set from nistdataselection.generatereport import generate_report from nistdataselection.parserawdata import parse_raw_data from nistdataselection.utils.utils import SubstanceType
@ocmadin @SimonBoothroyd where does this live now?
Lily I'm thinking it's probably been migrated into evaluator but I'm not sure.
evaluator
The important parts of the code in
curate.py
https://github.com/openforcefield/openforcefield-forcebalance/blob/release-1/3_physical_property_datasets/physical_properties/curation/curate.py appear to all be from nistdataselection . Could someone please point me to that package? I can't seem to find it in the envrionment files.