Skip to content

Commit

Permalink
Update generational_simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Macr0Nerd authored Jan 10, 2025
1 parent 9d26337 commit 728e1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/project_dilemma/interfaces/generational_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ class GenerationalSimulation(pd_int_simulation.SimulationBase):
:vartype simulation_kwargs: MutableMapping[str, Any]
"""
required_attributes = [
'generation_hook'
'generation_hook',
'generations',
'generational_simulation'
'simulations_kwargs'
'generational_simulation',
'simulations_kwargs',
]

generations: int
Expand Down

0 comments on commit 728e1fa

Please sign in to comment.