Skip to content

Commit

Permalink
Hotfix stray path access.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 25, 2024
1 parent a4e920f commit 0652ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion columnflow/tasks/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
) as inps:
# iterate over chunks of events and diffs
for (events, *cols), pos in self.iter_chunked_io(
[inp.path for inp in inps],
[inp.abspath for inp in inps],
source_type=["awkward_parquet"] + [None] * n_ext,
read_columns=[read_columns] * (1 + n_ext),
chunk_size=self.producer_inst.get_min_chunk_size(),
Expand Down
2 changes: 1 addition & 1 deletion modules/law
Submodule law updated 1 files
+10 −6 law/target/mirrored.py

0 comments on commit 0652ad1

Please sign in to comment.