File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- __all__ = [' FieldSetWarning' , ' FileWarning' , ' KernelWarning' ]
1
+ __all__ = [" FieldSetWarning" , " FileWarning" , " KernelWarning" ]
2
2
3
3
4
4
class FieldSetWarning (UserWarning ):
@@ -7,16 +7,18 @@ class FieldSetWarning(UserWarning):
7
7
These warnings are often caused by issues in the input data dimensions
8
8
or options selected when loading data into a FieldSet.
9
9
"""
10
+
10
11
pass
11
12
12
13
13
14
class FileWarning (UserWarning ):
14
15
"""Warning that is raised when there are issues with input or output files.
15
16
16
17
These warnings can be related to file chunking, naming, or decoding issues.
17
- Chunking issues in particular may negatively impact performance
18
+ Chunking issues in particular may negatively impact performance
18
19
(see also https://docs.oceanparcels.org/en/latest/examples/documentation_MPI.html#Chunking-the-FieldSet-with-dask)
19
20
"""
21
+
20
22
pass
21
23
22
24
@@ -26,4 +28,5 @@ class KernelWarning(RuntimeWarning):
26
28
These warnings often result from issues in the FieldSet or user-defined Kernel
27
29
that are passed into the Parcels Kernel loop.
28
30
"""
31
+
29
32
pass
You can’t perform that action at this time.
0 commit comments