From Fedora Project Wiki

Revision as of 09:31, 22 March 2020 by Ankursinha (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case ensures that the Python bindings of NEURON simulator function correctly on install. |setup= # Run a current Fedora release: even a v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case ensures that the Python bindings of NEURON simulator function correctly on install.

Setup

  1. Run a current Fedora release: even a virtual machine is OK.
  2. Install nest: sudo dnf install python3-neuron python3-ipython.
  3. If testing an update, please ensure that the build in the update is being installed: sudo dnf --enablerepo=updates-testing install python3-neuron python3-ipython.

How to test

  1. In a terminal, run the ipython3 interpreter: ipython3
  2. Try to import neuron: import neuron
  3. Go through the steps listed in the NEURON documentation: https://neuron.yale.edu/neuron/docs/scripting-neuron-basics

Expected Results

  1. NEURON should be import correctly in Python.
  2. You should be able to run the example simulation and see the graph provided in the documentation.