ExperimentSession.subpath()#
- ExperimentSession.subpath(path: Union[str, pathlib.Path]) pathlib.Path [source]#
Returns the full path of an experiment subdirectory.
If the given path is absolute, it will not be altered, but transformed to a
pathlib.Path
object.- Returns
Absolute path
- Return type