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
when I use python to run the ncltpoles.py in ubuntu16.04, I met thiserror
:
2012-01-08
Traceback (most recent call last):
File "ncltpoles.py", line 516, in
save_global_map()
File "ncltpoles.py", line 119, in save_global_map
with progressbar.ProgressBar(max_value = len(imaps)) as bar:
TypeError: init() got an unexpected keyword argument 'max_value'
The text was updated successfully, but these errors were encountered:
I use pycham to run the ncltpoles.py in windows,received the same error
i changed 'max_value' into 'maxvalue' to adapt to the def in progressbar.py
It seems to be working
when I use python to run the ncltpoles.py in ubuntu16.04, I met thiserror
:
2012-01-08
Traceback (most recent call last):
File "ncltpoles.py", line 516, in
save_global_map()
File "ncltpoles.py", line 119, in save_global_map
with progressbar.ProgressBar(max_value = len(imaps)) as bar:
TypeError: init() got an unexpected keyword argument 'max_value'
The text was updated successfully, but these errors were encountered: