Error at msnoise cc stack -m #370
|
Hello, I have been trying to stack so as to finally compute_mwcs but I keep running into the error below. File "/home/miniforge3/lib/python3.10/site-packages/msnoise/scripts/msnoise.py", line 908, in cc_stack Kindly assist. Best, |
Answered by
ThomasLecocq
Nov 13, 2024
Replies: 1 comment
|
looks like you are using an old version of the database with a newer version of the msnoise code? did you install "master" from github? In that case, you need to check the mov_stack parameter, its structure has changed, former |
0 replies
Answer selected by
ThomasLecocq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looks like you are using an old version of the database with a newer version of the msnoise code? did you install "master" from github? In that case, you need to check the mov_stack parameter, its structure has changed, former
1,2is now(('1d','1d'),('2d','1d'))