Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Aug 13, 2024
1 parent 0353589 commit 3a24f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/workflows/standard_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
self.specific_log_level = specific_log_level
self.enable_virtual_packet_logging = enable_virtual_packet_logging

SimpleSimulationWorkflow.__init__(self, configuration)
SimpleSimulation.__init__(self, configuration)

# set up plasma storage
PlasmaStateStorerMixin.__init__(
Expand Down

0 comments on commit 3a24f98

Please sign in to comment.