Skip to content

Commit 6620604

Browse files
committed
add test for lifetime (item)
1 parent 8aa902c commit 6620604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_track.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ def test_area_tracking_parameter():
4545
c.to_netcdf(h)
4646
c_reloaded = Correspondances.from_netcdf(h)
4747
assert class_kw == c_reloaded.class_kw
48+
49+
# test access to the lifetime (item)
50+
eddies_tracked["lifetime"]

0 commit comments

Comments
 (0)