You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nilearn.plotting.add_overlay을 거치고 나기 전후의 array값에서 차이가 생겼음
이에 의해 nilearn.image.resample_img 메소드 결과가 차이가 생겼는데
문제는 add_overlay 내에서 데이터의 nan값을 처리해주는 함수가 변수 자체에 변화를 가해서 생긴 이슈.
변수 scope에 대해서 다시 공부해야할 듯...
nilearn.plotting.add_overlay
을 거치고 나기 전후의 array값에서 차이가 생겼음이에 의해
nilearn.image.resample_img
메소드 결과가 차이가 생겼는데문제는
add_overlay
내에서 데이터의 nan값을 처리해주는 함수가 변수 자체에 변화를 가해서 생긴 이슈.변수 scope에 대해서 다시 공부해야할 듯...
Before
After
https://github.com/nilearn/nilearn/blob/db5a7276f01b01c47a74fa2a503c5957724ed211/nilearn/_utils/niimg.py#LL30C5-L30C19
The text was updated successfully, but these errors were encountered: