Skip to content

Commit

Permalink
Int
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Aug 20, 2024
1 parent bb8cef2 commit 44d0aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mikeio/dfsu/_dfsu.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def time(self) -> pd.DatetimeIndex:
return pd.date_range(
start=self.start_time,
periods=self.n_timesteps,
freq=f"{self.timestep}s",
freq=f"{int(self.timestep)}s",
)
else:
raise NotImplementedError(
Expand Down

0 comments on commit 44d0aa5

Please sign in to comment.