Skip to content

Commit

Permalink
Bugfix debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Jul 19, 2023
1 parent 60084ea commit 5511a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activefires_pp/post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _setup_and_start_communication(self):
tic = time.time()
units = {'temperature': 'degC'}
self.unit_converter = UnitConverter(units)
logger.debug("Unit conversion initialization with Pint took %f seconds.", tic - time.time())
logger.debug("Unit conversion initialization with Pint took %f seconds.", time.time() - tic)

self._check_borders_shapes_exists()

Expand Down

0 comments on commit 5511a79

Please sign in to comment.