Skip to content
Snippets Groups Projects
Commit ae326839 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Compute divs in dim_{min,max} perf tweak

parent ff7b8863
No related branches found
No related tags found
No related merge requests found
......@@ -484,6 +484,7 @@ def _find_noninteracting_dims(obj, dt, idx, other_dt, stop_at=6):
def _eliminate_noninteracting(obj, dt, idx, other_dt):
obj = obj.compute_divs()
try:
nonint = _find_noninteracting_dims(obj, dt, idx, other_dt)
......
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