diff --git a/tests/test_run.cpp b/tests/test_run.cpp index 0dc0b4951f3cc79b2f2af21db694a0fc35bbf72c..9ed84900c97aaca267a02c6aed398fe13d6cae79 100644 --- a/tests/test_run.cpp +++ b/tests/test_run.cpp @@ -37,7 +37,8 @@ TEST(run, single_compartment) //auto dt = 0.02 / 1000.; // convert ms to s //auto tfinal = 100./1000.; auto dt = 0.02; // ms - auto tfinal = 5; // ms + auto tfinal = 5.0; // ms + //auto tfinal = 0.10; // ms int nt = tfinal/dt; std::vector<double> result; result.push_back(model.voltage()[0]);