Skip to content

Commit 96add57

Browse files
fix: import issues in metric
1 parent 21d3c1b commit 96add57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lantern/metric.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
import numpy as np
55

6-
from lantern import FunctionalBase, star
6+
from lantern.functional_base import FunctionalBase
7+
from lantern.star import star
78

89

910
class MapMetric(FunctionalBase):

0 commit comments

Comments
 (0)