Skip to content

Commit 68d1f6e

Browse files
bug in copyright string
1 parent 6ed731c commit 68d1f6e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cellpose/metrics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Copyright © 2025 Howard Hughes Medical Institute, Authored by Carsen Stringer , Michael Rariden and Marius Pachitariu.
3-
"""import numpy as np
3+
"""
4+
import numpy as np
45
from . import utils
56
from scipy.optimize import linear_sum_assignment
67
from scipy.ndimage import convolve

cellpose/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Copyright © 2025 Howard Hughes Medical Institute, Authored by Carsen Stringer , Michael Rariden and Marius Pachitariu.
3-
"""import logging
3+
"""
4+
import logging
45
import os, tempfile, shutil, io
56
from tqdm import tqdm, trange
67
from urllib.request import urlopen

0 commit comments

Comments
 (0)