regenerate.sh 391 B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. set -ex
  3. ./convert_cells_to_neuroml.sh
  4. python postprocess_cells.py -postprocall
  5. rm -rf x86_64 arm64
  6. python create_test_network.py -all -nml
  7. python create_test_network.py -net2 -nml
  8. python create_test_network.py -net -jnmlnrn
  9. omv all -V
  10. python getinfoneuroml.py VIP
  11. python getinfoneuroml.py PV
  12. python getinfoneuroml.py PYR
  13. python getinfoneuroml.py SST
  14. echo "Tested all!"