perturbopy.test_utils.run_test.env_utils.softlink_epr_files
- perturbopy.test_utils.run_test.env_utils.softlink_epr_files(perturbo_scratch_dir_prefix, test_name, dst, file_name)
Make a softlink from scratch folder to the computed epr file
- Parameters:
perturbo_scratch_dir_prefix (str) – path to the scratch folder with computational files and results
test_name (str) – name of test
dst (str) – folder where the softlink will be placed
file_name (str) – name of the linked epr-file
- Raises:
ValueError – if corresponding epr-file wasn’t found or calculated.
- Return type:
None