brainglobe / brainglobe-workflows

Workflows that utilise BrainGlobe tools to perform data analysis and visualisation.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Remove calls to TensorFlow related cellfinder functions #112

Closed IgorTatarnikov closed 1 month ago

IgorTatarnikov commented 1 month ago

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

Why is this PR needed? Cellfinder is now using PyTorch so functions related to suppressing TensorFlow error messages no longer exist.

What does this PR do? Removes any comments and function calls relating to suppressing TensorFlow error messages.

References

Waiting on https://github.com/brainglobe/cellfinder/pull/418 to be merged

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.64%. Comparing base (3cedfbc) to head (b4b7146).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== - Coverage 85.68% 85.64% -0.04% ========================================== Files 16 16 Lines 838 836 -2 ========================================== - Hits 718 716 -2 Misses 120 120 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.