Skip to content
Snippets Groups Projects
Commit d4908103 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[i417] todo note, not worth an issue (#417) (Closes #417)

Merging branch 'i417'  into 'main'.

See merge request !1453
parents 681050bf 9424558c
No related branches found
No related tags found
1 merge request!1453todo note, not worth an issue (#417)
Pipeline #91835 failed
...@@ -135,7 +135,7 @@ SimulationResult ISimulation::simulate() ...@@ -135,7 +135,7 @@ SimulationResult ISimulation::simulate()
m_progress->reset(); m_progress->reset();
m_progress->setExpectedNTicks(n_combinations * total_size); m_progress->setExpectedNTicks(n_combinations * total_size);
// restrict calculation to current batch (when is this used?? - ISSUE #417) // restrict calculation to current batch // TODO: clarify
const size_t n_batches = m_options->getNumberOfBatches(); const size_t n_batches = m_options->getNumberOfBatches();
const size_t current_batch = m_options->getCurrentBatch(); const size_t current_batch = m_options->getCurrentBatch();
const size_t batch_start = startIndex(n_batches, current_batch, total_size); const size_t batch_start = startIndex(n_batches, current_batch, total_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment