Skip to content

Commit 006670c

Browse files
author
Manuel Aghito
committed
Adding gallery example of parallel execution in multiple CPUs
1 parent b45c591 commit 006670c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example_multiprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import xarray as xr
1010
from opendrift.readers import reader_netCDF_CF_generic
11-
from opendrift.models.chemicaldrift import OceanDrift
11+
from opendrift.models.oceandrift import OceanDrift
1212
from multiprocessing import Pool
1313
import glob
1414
import opendrift

0 commit comments

Comments
 (0)