Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
joanglaunes committed Mar 7, 2022
1 parent ada439b commit ced0a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keopscore/get_keops_dll.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_keops_dll_impl(
map_reduce_id += "_finalchunks"
elif get_enable_chunk():
if len(red_formula.formula.chunked_formulas(dimchunk)) == 1:
from keops.mapreduce.Chunk_Mode_Constants import Chunk_Mode_Constants
from keopscore.mapreduce.Chunk_Mode_Constants import Chunk_Mode_Constants

chk = Chunk_Mode_Constants(red_formula)
if not chk.chunk_postchunk_mix:
Expand Down

0 comments on commit ced0a23

Please sign in to comment.