Skip to content

Commit ab8879c

Browse files
committed
remove todo
1 parent 40d0d6d commit ab8879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/virtualship/instruments/argo_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def simulate(self, measurements, out_path) -> None:
232232
out_file = argo_float_particleset.ParticleFile(
233233
name=out_path,
234234
outputdt=OUTPUT_DT,
235-
chunks=[len(argo_float_particleset), 100], # TODO: is this necessary?
235+
chunks=[len(argo_float_particleset), 100],
236236
)
237237

238238
# get earliest between fieldset end time and provide end time

0 commit comments

Comments
 (0)