Skip to content

Commit 727357e

Browse files
committed
Log warning for at_event getter
1 parent 9e4f2bb commit 727357e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

climada/engine/impact_forecast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def from_impact(
9191

9292
@property
9393
def at_event(self):
94+
LOGGER.warning("at_event for forecasts is not yet implemented.")
9495
return self._at_event
9596

9697
@at_event.setter

0 commit comments

Comments
 (0)