-
Notifications
You must be signed in to change notification settings - Fork 65
Bug in Segmentation Testing #565
Copy link
Copy link
Labels
bugCode that is failing or producing the wrong resultCode that is failing or producing the wrong resultworkflowImprovements and updates to the repository and CIImprovements and updates to the repository and CI
Metadata
Metadata
Assignees
Labels
bugCode that is failing or producing the wrong resultCode that is failing or producing the wrong resultworkflowImprovements and updates to the repository and CIImprovements and updates to the repository and CI
Type
Fields
Give feedbackNo fields configured for issues without a type.
With my subsegmentation PR, I encountered CI problems (see https://github.com/tobac-project/tobac/actions/runs/22542485302/job/65299673049) that I could trace back to segmentation testing.
After removing this line:
tobac/tobac/tests/segmentation_tests/test_segmentation_time_pad.py
Line 77 in fcb7cd3
all testing seem to work fine.
@freemansw1 : I believe you contributed this test. Could you confirm that bug and its re-solution?