Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into trunk
  • Loading branch information
liadomide committed Jun 21, 2016
2 parents 9e0aa2d + b506ec0 commit 711da1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tvb/simulator/monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ def config_for_sim(self, simulator):

# handle region vs simulation, analytic vs numerical proj, cortical vs subcortical.

if hasattr(self, 'sensors'):
self.sensors.configure()

# setup convenient locals
surf = simulator.surface
conn = simulator.connectivity
Expand Down Expand Up @@ -915,4 +918,4 @@ def record(self, step, state):
except:
self._last_step = step
if (step - self._last_step) % self._istep == 0:
self.logger.info('step %d time %.4f s', step, step * self._dt / 1e3)
self.logger.info('step %d time %.4f s', step, step * self._dt / 1e3)

0 comments on commit 711da1d

Please sign in to comment.