numenta / nupic.research

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

Fix CI failures: mark test as slow #651

Closed mrcslws closed 8 months ago

mrcslws commented 8 months ago

pytorch sequence memory tests are running for over 10 minutes on the CI.

On my M1 Mac, this change reduces this file's test runtime (with py.test -m "not slow") from 30 seconds (before) to 10 seconds (after). If the CI is running on a VM, you could imagine sometimes it is much slower than an M1 mac.