Skip to content

Commit a4143f7

Browse files
authored
Update ocx.py
1 parent 894e76e commit a4143f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • uncertaintyx/oceancolour

uncertaintyx/oceancolour/ocx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def estimate(
135135
return np.array([-0.4287, 230.47])
136136

137137

138-
class OCX(ToM, ABC):
138+
class OCX(ToM):
139139
"""NASA's OCX family of chlorophyll model functions."""
140140

141141
n: Literal[2, 3, 4, 5, 6]

0 commit comments

Comments
 (0)