Skip to content

Commit

Permalink
loading .utils in create_masks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed May 2, 2024
1 parent bcc0d3c commit 5b40441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasticparcels/create_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import glob
import xarray as xr

from utils import create_directory, load_settings
from .utils import create_directory, load_settings


def NEMO_select_section(extent, lon, lat, val):
Expand Down

0 comments on commit 5b40441

Please sign in to comment.