Closed willGraham01 closed 1 year ago
Patch coverage: 62.50%
and project coverage change: +2.19%
:tada:
Comparison is base (
65875e2
) 69.23% compared to head (56a70f5
) 71.42%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
What is this PR
Why is this PR needed?
Delegates the
cellfinder-core
tensorflow
guards to the corresponding package.If
cellfinder-core
is installed in an unusable state, it will not be exposed to the user and a warning will be thrown when trying to import thebrainglobe
package.What does this PR do?
Modifies
__init__.py
to preventcellfinder-core
's exposure if it has been installed in an unusable state (IE, notensorflow
).Updates the dependency tree for
cellfinder
in accordance with cellfinder/245.How has this PR been tested?
Local install testing.
Is this a breaking change?
Does this PR require an update to the documentation?
Checklist: