Update models/rfd3/src/rfd3/inference/input_parsing.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jasper Butcher
2025-12-19 09:25:57 +01:00
committed by GitHub
parent 123ff20eae
commit e50a652252

View File

@@ -1129,7 +1129,7 @@ def ensure_input_is_abspath(args: Dict[str, Any], path: PathLike | None):
Ensures the input source is an absolute path if exists, if not it will convert
args:
spec: Inference specification for atom array
args: Inference specification for atom array
path: None or file to which the input is relative to.
"""
if isinstance(args, str):