Skip to content

Commit 1b1869d

Browse files
committed
remove tmp warning suppression
1 parent 6e82a4b commit 1b1869d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/virtualship/cli/_run.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
import shutil
66
import sys
77
import time
8-
import warnings
98
from datetime import datetime
109
from pathlib import Path
1110

1211
import copernicusmarine
13-
from parcels.particleset import ParticleSetWarning
1412

1513
from virtualship.expedition.simulate_schedule import (
1614
MeasurementsToSimulate,
@@ -41,12 +39,6 @@
4139
external_logger = logging.getLogger("parcels.tools.loggers")
4240
external_logger.setLevel(logging.WARNING)
4341

44-
warnings.filterwarnings(
45-
"ignore",
46-
category=ParticleSetWarning,
47-
message="Some of the particles have a start time difference that is not a multiple of outputdt. This could cause the first output of some of the particles that start later in the simulation to be at a different time than expected.",
48-
)
49-
5042
# copernicusmarine logger (suppress INFO messages to prevent log being flooded)
5143
logging.getLogger("copernicusmarine").setLevel("ERROR")
5244

0 commit comments

Comments
 (0)