Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gem/oq-engine into 312
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Oct 15, 2024
2 parents 880b800 + 231e347 commit fb048ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openquake/hazardlib/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ def init_monitoring(self, monitor):
self.ir_mon = monitor('iter_ruptures', measuremem=False)
self.sec_mon = monitor('building dparam', measuremem=True)
self.delta_mon = monitor('getting delta_rates', measuremem=False)
self.col_mon = monitor('collapsing contexts', measuremem=False)
self.task_no = getattr(monitor, 'task_no', 0)
self.out_no = getattr(monitor, 'out_no', self.task_no)
self.cfactor = numpy.zeros(2)
Expand Down

0 comments on commit fb048ee

Please sign in to comment.