Skip to content

Commit

Permalink
Fix logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPontius committed Jan 30, 2024
1 parent 98bccd3 commit 3084b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeatherRoutingTool/routeparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,6 @@ def from_gzip_file(cls, filename):
logger.info('end time: ' + str(time[-1]))
logger.info('mean fuel consumed (kg/h): ' + str(full_fuel_consumed))
logger.info('ME load (percentage): ' + str(mean_engine_load))
logger.info('draught: ', draught)
logger.info('mean draught: ' + str(draught.mean()))

return lat, lon, time_converted, sog, draught

0 comments on commit 3084b56

Please sign in to comment.