Search found 3 matches

by jpinezich
Mon Feb 21, 2022 7:21 pm
Forum: Getting started
Topic: Running tests after building from source
Replies: 3
Views: 8325

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_...
by jpinezich
Mon Feb 21, 2022 7:05 pm
Forum: Getting started
Topic: Running tests after building from source
Replies: 3
Views: 8325

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...
by jpinezich
Sun Feb 13, 2022 8:57 pm
Forum: Getting started
Topic: Running tests after building from source
Replies: 3
Views: 8325

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...