Skip to content

Commit f210718

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b2d0b7 commit f210718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/idealised_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def create_fieldset(indices=None):
1010
To be used with the parcels.FieldSet.from_modulefile() method."""
1111
# List of times the analytic fieldset is evaluated on
1212
times = np.arange(0, 5.1, 0.1) * 86400
13-
13+
1414
# Create the fieldset object
1515
fieldset = bickleyjet_fieldset_3d(times=times)
1616
fieldset = add_uniform_temp_salt_field(fieldset, times)

0 commit comments

Comments
 (0)