-
Notifications
You must be signed in to change notification settings - Fork 57
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
generic.concat (keep = average) :: bug #738
Comments
daniel-caichac-DHI
changed the title
generic.concat (keep = average)
generic.concat (keep = average) - bug
Nov 1, 2024
daniel-caichac-DHI
changed the title
generic.concat (keep = average) - bug
generic.concat (keep = average) :: bug
Nov 1, 2024
@daniel-caichac-DHI this is a great opportunity for you to climb higher on the list of contributors😉 |
I have been trying to manually set the values of my mikeio.Datarray with a custom averaging function but it keeps not-working :) |
See #739 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hi.
I have 2 dfs2 files, hourly data, overlap by at least 80% of the time.
I can do
mikeio.generic.concat(files, keep = 'first')
and it worksalso
mikeio.generic.concat(files, keep = 'last')
and it worksbut when I do
mikeio.generic.concat(files, keep = 'average')
I get this errorI am certain that there is no gap in time :(
To Reproduce
mikeio.generic.concat(files, keep = 'average')
Include code snippet
Expected behavior
Concat.
Screenshots
If applicable, add screenshots to help explain your problem.
System information:
3.10
2.1.0
The text was updated successfully, but these errors were encountered: