Make StatePoint.generations_per_batch consistent with Settings

This commit is contained in:
Paul Romano 2017-02-20 09:49:48 -06:00
parent e642b401a2
commit 4729754ce5
3 changed files with 7 additions and 7 deletions

View file

@ -34,8 +34,8 @@ The current revision of the statepoint file format is 16.0.
- **current_batch** (*int*) -- The number of batches already simulated.
- **n_inactive** (*int*) -- Number of inactive batches. Only present
when `run_mode` is 'eigenvalue'.
- **gen_per_batch** (*int*) -- Number of generations per batch. Only
present when `run_mode` is 'eigenvalue'.
- **generations_per_batch** (*int*) -- Number of generations per
batch. Only present when `run_mode` is 'eigenvalue'.
- **k_generation** (*double[]*) -- k-effective for each generation
simulated.
- **entropy** (*double[]*) -- Shannon entropy for each generation