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
# TODO: Validate that all jsons/needed keywords configs do exist.
foriinrange(len(json_namelist)):
# load all jsons and save into one dict# skip jsons that don't exit and print that it is not found# TODO: Validate that all jsons/needed keywords configs do exist.# Validate that all configs are consistent across directories/locations# eg all have rmatx and rmaty set up correctlytry:
f=open(os.path.join(CONFIG_PATH+"/"+dir_name, json_namelist[i] +".json"), encoding='utf-8')
exceptFileNotFoundError:
The text was updated successfully, but these errors were encountered:
Validate that all configs are consistent across directories/locations
eg all have rmatx and rmaty set up correctly
PyEmittance/pyemittance/load_json_configs.py
Line 20 in 3862eff
The text was updated successfully, but these errors were encountered: