Skip to content

Commit

Permalink
switched the simulationstate initialization to only csvy files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackob committed Sep 10, 2024
1 parent 5cb44b8 commit b44ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/workflows/simple_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, configuration):
atom_data = self._get_atom_data(configuration)

# set up states and solvers
self.simulation_state = SimulationState.from_config(
self.simulation_state = SimulationState.from_csvy(
configuration,
atom_data=atom_data,
)
Expand Down

0 comments on commit b44ee2c

Please sign in to comment.