Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions