numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

Fix PyTorch unit tests #643

Closed abhi-iyer closed 2 years ago

abhi-iyer commented 2 years ago

some tests failing because PyTorch was upgraded to 1.11.0

added @pytest.mark.skipif to only run these tests if torch <= 1.10.2