We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Path errors on Windows when executing woldmuyn_long_COVID.py Due to code is executing from COVID19-Model folder
os.path.join(abs_dir,file_path)
residence_time_distributions = pd.read_excel(os.path.join(abs_dir,'../../../data/covid19_DTM/interim/model_parameters/hospitals/',age_path,'sciensano_hospital_parameters.xlsx'), sheet_name='residence_times', index_col=0, header=[0,1])
bootstrap_fractions = np.load(os.path.join(abs_dir,'../../../data/covid19_DTM/interim/model_parameters/hospitals/',age_path,'sciensano_bootstrap_fractions.npy'))
base_samples_dict = load_samples_dict(os.path.join(abs_dir,samples_path,base_dict_name), age_stratification_size=age_stratification_size)
Probably more similar issues in code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Description
Path errors on Windows when executing woldmuyn_long_COVID.py
Due to code is executing from COVID19-Model folder
Fix
os.path.join(abs_dir,file_path)
Comment
Probably more similar issues in code
The text was updated successfully, but these errors were encountered: