Skip to content

Commit

Permalink
Expose kwargs in caliperreader (LLNL#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 authored Oct 25, 2024
1 parent 91d62d1 commit a8387ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thicket/thicket.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def from_caliperreader(
intersection=False,
fill_perfdata=True,
disable_tqdm=False,
**kwargs,
):
"""Helper function to read one caliper file.
Expand All @@ -299,6 +300,7 @@ def from_caliperreader(
fill_perfdata,
disable_tqdm,
filename_or_caliperreader,
**kwargs,
)

@staticmethod
Expand Down

0 comments on commit a8387ce

Please sign in to comment.