Skip to content
Snippets Groups Projects
Commit 165ec624 authored by Joachim Reif's avatar Joachim Reif
Browse files

Test the current state

parent d913c1ee
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -131,7 +131,7 @@ def start_simulation(request):
validate_start_message(message)
except ValidationError:
return HttpResponse("incorrect startmessage", status=400)
calculate_metrics()
# calculate_metrics() #FIXME merger does not work
return HttpResponse(True, status=200)
return HttpResponse("wrong method", status=405)
......
......
......@@ -16,7 +16,7 @@ Spike Dispatcher:
Max Requests: 1
Scheduler:
Syncs per Timestep: 3
Timestep Limit: 6
Timestep Limit: 0
Neuron:
V_thresh: 10.0
V_reset: -70.0
......@@ -27,7 +27,7 @@ Neuron:
P22: 0.9900498337491681
P21_exc: 0.00038820409248454033
P21_inh: 0.00038820409248454033
Exc Weight Decimal Places: 19
Exc Weight Decimal Places: 16
Inh Weight Decimal Places: 16
Simulation:
Simulated Neurons per Core: 128
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment