Ask Your Question
3

What does 'Invalid interp_ranges: should be Dx3' in the inputs of naturalneighbor.griddata mean?

asked 2023-02-21 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-11-13 14:00:00 +0000

devzero gravatar image

This error message means that the input values for interpranges are invalid. interpranges should be a 3-element tuple or an array of shape (3,) with the range of values for each dimension of the input data. The 'Dx3' in the error message refers to a 3-dimensional grid. Check that your interp_ranges input has 3 values or dimensions, and that each value indicates the range of values in each dimension of your input data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-02-21 11:00:00 +0000

Seen: 12 times

Last updated: Nov 13 '22