Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drape_electrodes_on_topography breaking with 3D survey inputs #896

Closed
JKutt opened this issue Jun 19, 2020 · 0 comments
Closed

drape_electrodes_on_topography breaking with 3D survey inputs #896

JKutt opened this issue Jun 19, 2020 · 0 comments

Comments

@JKutt
Copy link
Contributor

JKutt commented Jun 19, 2020

It would appear that variables from lines 178 to 181 previously took in (x,2) locations from a 3D input of (x,3). Now it takes the (x,3) and the drapeTopotoLoc then throws the error "shape of pts should be (x,3)" If I modify lines 178 to 181 to take just (x,2) all goes back to working order.

In any case attached is a notebook re-creating the problem which may be more helpful.
test_drape_locations.zip

@JKutt JKutt closed this as completed Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant