Skip to content

Commit

Permalink
Merge branch 'columnflow:master' into ml_fix_and_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haddadanas authored Jun 12, 2024
2 parents 4efc1d6 + de40245 commit 99ad8ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_columnar_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,3 @@ def test_flat_np_view(self):
muon_pt *= 2.0
self.assertEqual(tuple(arr.Muon.pt[0]), (90.0, 110.0))
self.assertEqual(tuple(muon_pt), (90.0, 110.0))

# error handling
with self.assertRaises(ValueError):
flat_np_view(arr.Muon.pt, axis=None)

0 comments on commit 99ad8ba

Please sign in to comment.