Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Support timedata as list of dates #885

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

tnatt
Copy link
Collaborator

@tnatt tnatt commented Nov 28, 2024

PR to start supporting giving in timedata as a list of dates, instead of only list of lists with dates.

Before you had to write supported now
ExportData(timedata=[["20240101"]] ExportData(timedata=["20240101"]
ExportData(timedata=[["20220101"], ["20240101"]] ExportData(timedata=["20220101", "20240101"]

Closes bug described here #883

@tnatt tnatt merged commit 3297dce into equinor:main Nov 28, 2024
13 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.

2 participants