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
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?
The text was updated successfully, but these errors were encountered:
@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
Strangely though, the tests when run with
python -m pytest -v -m "pytorch" tests/
pass on my machine, butrun straight fails with a similar error.
Could you look into it?
The text was updated successfully, but these errors were encountered: