Skip to content

Commit 8466d9e

Browse files
committed
fix utils import
1 parent c6b4c26 commit 8466d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycurrents_ADCP_processing/plot_westcoast_nc_LX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import matplotlib
5151
# from pycurrents_ADCP_processing.utils import parse_processing_history
5252
import warnings
53-
from utils import round_to_int
53+
from pycurrents_ADCP_processing.utils import round_to_int
5454

5555

5656
def resolve_to_alongcross(u_true, v_true, along_angle):

0 commit comments

Comments
 (0)