We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea78fb0 commit 8d45c3dCopy full SHA for 8d45c3d
1 file changed
tests/stochastic/applications/test-fractures.cpp
@@ -71,7 +71,7 @@ namespace
71
geode::FractureSimulationRunner runner{ std::move( context ) };
72
// run simulation
73
geode::SimulationConfigurator sim_config;
74
- sim_config.realizations = 2000;
+ sim_config.realizations = 500;
75
sim_config.metropolis_hasting_steps = 100;
76
sim_config.burn_in_steps = 1000;
77
@@ -157,7 +157,7 @@ namespace
157
158
159
160
161
162
163
0 commit comments