test_thread_limit_apply FAILED assert statement #4569
Unanswered
nruloff
asked this question in
Installation
Replies: 1 comment 6 replies
-
Hi @nruloff, it's good you are trying to run all the tests. In principle they should all pass. Looks like you bumped into a new issue: #4570 Do you have more informations about your system and environment (specifically, the NumPy version)? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm installing MDAnalysis for the first time. The installation is in a Linux environment. Running the code block from the Quick start guide outputs that MDAnalysis is installed and able to successfully run a Universe with 3341 atoms.

I have proceeded to the 'testing' portion of the installation guide, but I am getting a FAILED assert statement from test_base.py

The code of test_base.py looks like it is performing a transformation to set the max number of threads to 2 prior to the assert statement test by "new_trans = CustomTransformation(max_threads=2).

But the thread info seems to be getting its thread count from the default_thread_info / new_trans is not being impacted by the 'max_threads' input of 'CustomTransformation(max_threads=2).

As I am writing this discussion thread - I am also noticing that the 'testing' portion that I am reading from is a subsection of the installation for 'Development Versions'.
Thanks for any help in advance!
Beta Was this translation helpful? Give feedback.
All reactions