We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f4bb8 commit 9c1df74Copy full SHA for 9c1df74
kaleidoscope/operators/randomizeop.py
@@ -82,7 +82,7 @@ def run(self, source: Dataset) -> Dataset: # noqa: D102
82
"tracking_id",
83
source.attrs.get(
84
"uuid",
85
- f"{uuid.uuid5(uuid.NAMESPACE_URL, self._args.source_file.resolve().as_uri())}",
+ f"{uuid.uuid5(uuid.NAMESPACE_URL, self._args.source_file.stem)}",
86
),
87
)
88
target: Dataset = Dataset(
0 commit comments