Closed alessandrofelder closed 1 week ago
What is this PR
Why is this PR needed? Latest brainmapper fails because of a missing attribute when you call it with --trained_model.
brainmapper
--trained_model
What does this PR do?
Converts trained_model to Path before calling .suffix
trained_model
Path
.suffix
Closes #470
Local manual tests with brainmapper by both @JRegg66 (thank you) and myself. Local running of cellfinder tests.
cellfinder
No
Description
What is this PR
Why is this PR needed? Latest
brainmapper
fails because of a missing attribute when you call it with--trained_model
.What does this PR do?
Converts
trained_model
toPath
before calling.suffix
References
Closes #470
How has this PR been tested?
Local manual tests with
brainmapper
by both @JRegg66 (thank you) and myself. Local running ofcellfinder
tests.Is this a breaking change?
No
Checklist: