We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The function _check_time_overlaps first constructs a list of time coordinates from the given cubes, then does an index loop over those, and in the loop body removes cubes based on the index from the cube list.
_check_time_overlaps
This way, times are checked that do not correspond to the cube under question and the method can produce wrong results for three or more cubes.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The function
_check_time_overlaps
first constructs a list of time coordinates from the given cubes, then does an index loop over those, and in the loop body removes cubes based on the index from the cube list.This way, times are checked that do not correspond to the cube under question and the method can produce wrong results for three or more cubes.
The text was updated successfully, but these errors were encountered: