ksuit.utils.code¶
Functions¶
|
Store a copy of the code in the output directory for reproducibility. |
Module Contents¶
- ksuit.utils.code.store_code_archive(code_path, output_path)¶
Store a copy of the code in the output directory for reproducibility.
- Parameters:
code_path (pathlib.Path)
output_path (pathlib.Path)
- Return type:
pathlib.Path | None