Skip to content

Commit e3bb078

Browse files
author
Martin Benes
committed
fixed float conversion in adjustment
1 parent 09fdd0a commit e3bb078

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conseal/wow/_costmap.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ def compute_cost_adjusted(
144144
"""
145145
assert len(x0.shape) == 2, 'single channel expected'
146146

147-
# process input
148-
x0 = x0.astype('float32')
149-
150147
# Compute costmap
151148
rho = compute_cost(x0=x0, **kw)
152149

0 commit comments

Comments
 (0)