You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The test example does not work and produces this error:
Traceback (most recent call last): File "/homes/b316714/anaconda3/envs/deepdrivemd/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/homes/b316714/anaconda3/envs/deepdrivemd/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/lambda_stor/homes/b316714/deepdrivemd/deepdrivemd/workflows/openmm_cvae.py", line 37, in <module> from deepdrivemd.parsl import ComputeSettingsTypes File "/lambda_stor/homes/b316714/deepdrivemd/deepdrivemd/parsl.py", line 12, in <module> class BaseComputeSettings(BaseSettings, ABC): File "pydantic/main.py", line 197, in pydantic.main.ModelMetaclass.__new__ File "pydantic/fields.py", line 506, in pydantic.fields.ModelField.infer File "pydantic/fields.py", line 436, in pydantic.fields.ModelField.__init__ File "pydantic/fields.py", line 552, in pydantic.fields.ModelField.prepare File "pydantic/fields.py", line 668, in pydantic.fields.ModelField._type_analysis File "/homes/b316714/anaconda3/envs/deepdrivemd/lib/python3.9/typing.py", line 852, in __subclasscheck__ return issubclass(cls, self.__origin__)TypeError: issubclass() arg 1 must be a class
To Reproduce
Steps to reproduce the behavior:
Follow the install instructions in the README:
Describe the bug
The test example does not work and produces this error:
To Reproduce
Steps to reproduce the behavior:
Follow the install instructions in the README:
Then run this example,
python -m deepdrivemd.workflows.openmm_cvae -c tests/apps-enabled-workstation/test.yaml
The text was updated successfully, but these errors were encountered: