Add unit test

This commit is contained in:
Marek Wolan
2023-12-21 16:08:09 +00:00
parent fa585168de
commit 2135bdcd10
2 changed files with 13 additions and 1 deletions

View File

@@ -60,4 +60,3 @@ class Simulation(SimComponent):
"""Apply a timestep to the simulation."""
super().apply_timestep(timestep)
self.network.apply_timestep(timestep)
# self.domain.apply_timestep(timestep)