Skip to content

Commit

Permalink
remove comments, this PR addresses them
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 19, 2024
1 parent 417a106 commit 36d4b07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_nanoevents_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ def test_dask_metric_table_and_nearest(optimization_enabled):
out_dask, metric_dask = dask.compute(
*daskevents.Electron.nearest(daskevents.TrigObj, return_metric=True)
)
# NB: make this more strict when we fix optimization and parameter dtype issues fixed!
assert_eq(out_eager, out_dask)
assert_eq(metric_eager, metric_dask)

Expand All @@ -585,6 +584,5 @@ def test_dask_metric_table_and_nearest(optimization_enabled):
daskevents.TrigObj, return_metric=True, threshold=0.4
)
)
# NB: make this more strict when we fix optimization and parameter dtype issues fixed!
assert_eq(out_eager_thresh, out_dask_thresh)
assert_eq(metric_eager_thresh, metric_dask_thresh)

0 comments on commit 36d4b07

Please sign in to comment.