Skip to content

Commit

Permalink
OSC_Sim Testing Update
Browse files Browse the repository at this point in the history
-increased number of tests for the exciton dynamics test to get better
statistics for the exciton density transient data
  • Loading branch information
MikeHeiber committed May 17, 2018
1 parent 7fc0b25 commit ffcd4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ namespace OSC_SimTests {
Parameters_OPV params = params_default;
params.Enable_exciton_diffusion_test = false;
params.Enable_dynamics_test = true;
params.N_tests = 3000;
params.N_tests = 5000;
EXPECT_TRUE(sim.init(params, 0));
while (!sim.checkFinished()) {
EXPECT_TRUE(sim.executeNextEvent());
Expand Down

0 comments on commit ffcd4f1

Please sign in to comment.