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
Examples in Test Configurations page show that you should set CAQE_CONFIG='../test_configurations/general_mushra.cfg' as a path, but CAQE builds this path in __init__.py, so the examples should be CAQE_CONFIG='general_mushra.cfg' instead.
Examples in Test Configurations page show that you should set
CAQE_CONFIG='../test_configurations/general_mushra.cfg'as a path, but CAQE builds this path in__init__.py, so the examples should beCAQE_CONFIG='general_mushra.cfg'instead.