Skip to content

Conversation

@fred3m
Copy link
Collaborator

@fred3m fred3m commented Nov 7, 2025

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Nov 7, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
94 1 93 0
View the top 1 failed test(s) by shortest run time
tests/test_detect.py::TestDetect::test_detect_footprints
Stack Traces | 0.003s run time
self = <test_detect.TestDetect testMethod=test_detect_footprints>

    def test_detect_footprints(self):
        # This method doesn't test for accurracy, since
        # there is no variance, so we set it to ones.
        variance = np.ones(self.image.shape, dtype=self.image.dtype)
    
>       footprints = detect_footprints(
            self.image.data[None, :, :],
            variance[None, :, :],
            scales=1,
            generation=2,
            origin=(0, 0),
            min_separation=1,
            min_area=4,
            peak_thresh=1e-15,
            footprint_thresh=1e-15,
            find_peaks=True,
            remove_high_freq=False,
            min_pixel_detect=1,
        )
E       TypeError: detect_footprints() got an unexpected keyword argument 'scales'

tests/test_detect.py:177: TypeError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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