-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test documentation and failing slow running tests #100
Comments
I saw that the slow running tests are not run on each commit, so maybe that's the issue... |
Hi. These have been fixed in #103 and the slow tests are now run on all push/pull-request to main. |
Could you just add that |
There's now a note under Running Tests Locally for this. |
Good ! |
First, a small paragraph on how users can run the tests with
pytest
and what the machine requirements are (cuda
), with a mention of the--runslow
option would be expected in theREADME
.I was able to run the "fast" tests with success, but I encountered errors with the slow running tests.
test_field_divergence
test fails due to missingcuda
device (expected), but perhaps the test could be skipped in the absence of an availablecuda
device.test_nnparams_load_trained_TAUNET
andtest_nnparams_load_trained_CUSTOMMLP
fail because the objectOnePointSpectraDataGenerator
is instantiated without thezref
argument:Please clarify if this is the expected behaviour.
The text was updated successfully, but these errors were encountered: