Skip to content

Commit

Permalink
Revert "Move reference data from test_rxd.py to test_rxd.json. (#3143)"
Browse files Browse the repository at this point in the history
This reverts commit f8e94c5.
  • Loading branch information
JCGoran committed Nov 3, 2024
1 parent 262d507 commit d652b41
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 730 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def setup_package():
name=package_name,
package_dir={"": NRN_PY_ROOT},
packages=py_packages,
package_data={"neuron": ["*.dat", "tests/*.json"]},
package_data={"neuron": ["*.dat"]},
ext_modules=extensions,
scripts=[
os.path.join(NRN_PY_SCRIPTS, f)
Expand Down
Loading

0 comments on commit d652b41

Please sign in to comment.