Skip to content

[BUG] - Mulithread bugged for dest to source mode #1

@dodu94

Description

@dodu94

Describe the bug
When running in multithread the destination to source direction appears to be bugged

Additional context

Traceback (most recent call last):
  File "d:\DATA\laghida\Desktop\Launcher\SRS\New_deformed_RF\00_ExtData\new_RF_interp\interpolate.py", line 49, in <module>
    interpolator.interpolate_all()
  File "C:\ProgramData\Anaconda3\envs\dev\Lib\site-packages\interpcore\interpolator.py", line 82, in interpolate_all
    interpolated, unmapped = self.tree.interpolate(values)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ProgramData\Anaconda3\envs\dev\Lib\site-packages\interpcore\dest_tree.py", line 176, in interpolate
    interpolated[offset : offset + block_size, :] = interp
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not broadcast input array from shape (63855,1) into shape (0,1)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions