Pytest, 1 failed test

Hi everyone,

I am a summer research intern at Brown University and I’m trying to get Monty up and running on a Linux86_64 system with a non zsh Intel shell.


I have limited experience with working with programs of this scale and even less with pytest. I saw on the ‘Getting Started’ page it says no tests should fail, and I’d like to see how to fix the one test that failed, though I’m not sure how I would check that.
Any ideas how I could fix this?

Thanks ahead of time

Hi all, going to post this here incase it may help. I think it might have been due to a hardware problem, I also uninstalled miniconda, installed and uninstalled miniforge, and reinstalled anaconda3 about 2 times. It varied from 1, to 5, to 6, to 94 tests failing. Last night I upgraded to 8 cores and 30GB of memory (from 6 cores and 20GB of memory) and it said no tests failed.

3 Likes

Glad to hear that it worked out! :slight_smile:

1 Like

I don’t think 6 cores and 20GB is unreasonable. Did you try 8 cores and 30GB separetely? I.e. 8 cores + 20GB or 6 cores + 20GB?

Yes! I tried 8 cores + 30gb separately from the instance that I tried 6 cores + 20GB. It might have also been something to do with conda though I’m not sure. I did run conda init every time I opened the shell to run pytest after using 6 cores + 20GB so not sure if that did the trick.