Skip to content

Commit

Permalink
Update simulation cycle message
Browse files Browse the repository at this point in the history
  • Loading branch information
soaressgabriel committed May 17, 2023
1 parent 0e6ad73 commit bc1092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubem/_dynamic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def dynamic(self):
"""
t = self.currentStep
logger.info(f"Cycle {t} of {self.lastStep}")
print(f"## {t} of {self.lastStep}")
print(f"## Timestep {t} of {self.lastStep}")

logger.debug("Reading NDVI map from '%s'...", self.ndvi_path)
try:
Expand Down

0 comments on commit bc1092e

Please sign in to comment.