Search found 3 matches
- Mon Feb 21, 2022 7:21 pm
- Forum: Getting started
- Topic: Running tests after building from source
- Replies: 3
- Views: 23802
Re: Running tests after building from source
Also, I did get a little further with test_bbss.py by issuing the command for the Follower: nrnivmodl python3 -m pytest test_bbss.py Here is the error: jpinezich@jpinezich-VirtualBox:~/NRN/git/nrn/test/pynrn$ nrnivmodl jpinezich@jpinezich-VirtualBox:~/NRN/git/nrn/test/pynrn$ python3 -m pytest test_...
- Mon Feb 21, 2022 7:05 pm
- Forum: Getting started
- Topic: Running tests after building from source
- Replies: 3
- Views: 23802
Re: Running tests after building from source
I'm not sure what I did differently, but it passed the parallel test: "0 tests failed out of 1" jpinezich@jpinezich-VirtualBox:~/NRN/git/nrn/build$ ctest -VV -R parallel_tests UpdateCTestConfiguration from :/home/jpinezich/NRN/git/nrn/build/DartConfiguration.tcl Parse Config file:/home/jpi...
- Sun Feb 13, 2022 8:57 pm
- Forum: Getting started
- Topic: Running tests after building from source
- Replies: 3
- Views: 23802
Running tests after building from source
Following the directions here: https://neuronsimulator.github.io/nrn/cmake_doc/options.html In particular I tried to run these commands after cloning: mkdir build cmake .. -DNRN_ENABLE_TESTS=ON ... make -j make test ctest -VV -R parallel_tests cd ../test/pynrn python3 -m pytest test_bbss.py The 24 t...