Ticket #114 (assigned enhancement)

Opened 2 months ago

Last modified 2 months ago

`dummy` or `test` module to check argument types, etc in code before starting a time-consuming run

Reported by: apdavison Assigned to: apdavison (accepted)
Priority: minor Milestone: 0.5.0
Component: all Version: trunk
Keywords: Cc:

Description (Last modified by apdavison)

Sometimes code that follows a long, tedious build or run has incorrect argument types, etc It would be nice to be able to catch these bugs before running the script on the real simulator

My suggested way to do this would be to run with import pyNN.dummy

Change History

09/09/08 15:51:01 changed by apdavison

  • status changed from new to assigned.
  • owner set to apdavison.
  • description changed.
  • summary changed from `dummy' or `test' module to check argument types, etc in code before starting a time-consuming run to `dummy` or `test` module to check argument types, etc in code before starting a time-consuming run.