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
And I fix the 's' run python run_ZSSR.py is ok .
But using the Quick usage examples that you write has error,such as python run_ZSSR.py X2_IDEAL_WITH_PLOT_CONF,
python run_ZSSR.py X2_GIVEN_KERNEL_CONF,
File "run_ZSSR.py", line 18, in main
res_dir = prepare_result_dir(conf)
File "C:\Users\15479\Desktop\ZSSR\utils.py", line 192, in prepare_result_dir
if conf.create_results_dir:
AttributeError: 'NoneType' object has no attribute 'create_results_dir'
this error comes again.
The text was updated successfully, but these errors were encountered:
And I fix the 's' run python run_ZSSR.py is ok .
But using the Quick usage examples that you write has error,such as python run_ZSSR.py X2_IDEAL_WITH_PLOT_CONF,
python run_ZSSR.py X2_GIVEN_KERNEL_CONF,
File "run_ZSSR.py", line 18, in main
res_dir = prepare_result_dir(conf)
File "C:\Users\15479\Desktop\ZSSR\utils.py", line 192, in prepare_result_dir
if conf.create_results_dir:
AttributeError: 'NoneType' object has no attribute 'create_results_dir'
this error comes again.
And I fix the 's' run python run_ZSSR.py is ok .
But using the Quick usage examples that you write has error,such as python run_ZSSR.py X2_IDEAL_WITH_PLOT_CONF,
python run_ZSSR.py X2_GIVEN_KERNEL_CONF,
File "run_ZSSR.py", line 18, in main
res_dir = prepare_result_dir(conf)
File "C:\Users\15479\Desktop\ZSSR\utils.py", line 192, in prepare_result_dir
if conf.create_results_dir:
AttributeError: 'NoneType' object has no attribute 'create_results_dir'
this error comes again.
The text was updated successfully, but these errors were encountered: