Skip to content

Fix timestep bug in grid_utilities.py#262

Merged
genevievestarke merged 1 commit into
NatLabRockies:developfrom
genevievestarke:bugfix/grid_utilities
Jun 24, 2026
Merged

Fix timestep bug in grid_utilities.py#262
genevievestarke merged 1 commit into
NatLabRockies:developfrom
genevievestarke:bugfix/grid_utilities

Conversation

@genevievestarke

Copy link
Copy Markdown
Collaborator

In grid_utilities.py, the tilmestep for the signals was found by comparing the first and second time entries of the data frame. One of the signals we were using had a different first time step (more than an hour) when it should have been 5 minutes. To fix this, we are now using the mode of the difference between all the time column entries, which should be the base time step of the signal,

@genevievestarke genevievestarke merged commit 265351f into NatLabRockies:develop Jun 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant