Skip to content

Commit fc8996b

Browse files
fix class reference issue
1 parent 111466a commit fc8996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def run(self):
162162

163163
whilei<self.Config.simulation_steps:
164164
try:
165-
sim.tstep()
165+
self.tstep()
166166
exceptKeyboardInterrupt:
167167
print('\nCTRL-C caught, exiting')
168168
sys.exit(1)

0 commit comments

Comments
 (0)
close