Commit 23a78a0
Fix relative import for remove_small_instances in decoders
The function lives in connectomics.decoding.utils, not
connectomics.decoding.decoders.utils, so the import needs
to go up one package level (..utils instead of .utils).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a085436 commit 23a78a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
0 commit comments