Skip to content

Commit 44d0aa5

Browse files
committed
Int
1 parent bb8cef2 commit 44d0aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mikeio/dfsu/_dfsu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def time(self) -> pd.DatetimeIndex:
361361
return pd.date_range(
362362
start=self.start_time,
363363
periods=self.n_timesteps,
364-
freq=f"{self.timestep}s",
364+
freq=f"{int(self.timestep)}s",
365365
)
366366
else:
367367
raise NotImplementedError(

0 commit comments

Comments
 (0)