Skip to content
Snippets Groups Projects
Unverified Commit 45c70caf authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Update epoch() use in mc_cell_group_gpu test. (#1430)

parent a7070e36
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ TEST(mc_cell_group, gpu_test) ...@@ -44,7 +44,7 @@ TEST(mc_cell_group, gpu_test)
rec.nernst_ion("k"); rec.nernst_ion("k");
mc_cell_group group{{0}, rec, lowered_cell()}; mc_cell_group group{{0}, rec, lowered_cell()};
group.advance(epoch(0, 50), 0.01, {}); group.advance(epoch(0, 0., 50.), 0.01, {});
// The model is expected to generate 4 spikes as a result of the // The model is expected to generate 4 spikes as a result of the
// fixed stimulus over 50 ms // fixed stimulus over 50 ms
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment