-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
@davidt0x The pytorch_ddm.py model is failing for some reason, but only on ubuntu (it hasn't been changed recently though). See e.g. https://github.com/ModECI/MDF/actions/runs/4295791247/jobs/7486678614
FAILED tests/test_examples.py::test_example[additional_args0-examples/PyTorch/pytorch_ddm.py] - AttributeError: 'torch._C.BoolType' object has no attribute 'getElementType'
Strangely though, the tests when run with python -m pytest -v -m "pytorch" tests/ pass on my machine, but
python pytorch_ddm.py
run straight fails with a similar error.
Could you look into it?