Skip to content
Snippets Groups Projects
Commit 2b20d4d7 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

benchmarks: lmul data and units for masked array compat

parent 4711d2b0
No related branches found
No related tags found
1 merge request!260Masked array support
Pipeline #188240 passed with stages
in 5 minutes
......@@ -339,7 +339,7 @@ class TestUnitsTools(unittest.TestCase):
def set_units_mul(data, units):
return data * units
return units * data
def set_units_qua(data, units):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment