Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the quick Quick usage examples ,such as python run_ZSSR.py X2_GRADUAL_IDEAL_CONF the code will return an error #31

Open
ymtupup opened this issue Jan 13, 2021 · 1 comment

Comments

@ymtupup
Copy link

ymtupup commented Jan 13, 2021

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.

@pengyuwang35
Copy link

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.

Hi, have you solved it yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants