Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Oct 15, 2024
1 parent c15b989 commit 543b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nxlog_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_nxobject_log(h5root):
assert sc.identical(log[...], da)


def test_nxlog_with_missing_value_triggers_fallback(nxroot):
def test_nxlog_with_missing_value_uses_time_as_value(nxroot):
time = sc.epoch(unit='ns') + sc.array(
dims=['time'], unit='s', values=[4.4, 5.5, 6.6]
).to(unit='ns', dtype='int64')
Expand Down

0 comments on commit 543b3e9

Please sign in to comment.