|
Hi Huanchen, I recently reinstalled block2, but some errors occur when I run the calculations. First it gives me error: Then I delete "from block2.sany import *", but it gives me another error: Can you help? Best, |
Answered by
hczhai
Jul 3, 2025
Replies: 1 comment
|
|
0 replies
Answer selected by
cfengno1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stack_memmust be an integer, rather than a floating point number. You can dostack_mem=int(Nmem) << 30orstack_mem=int(Nmem * 1024 ** 3).