Skip to content

Commit

Permalink
All unit tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Nov 2, 2023
1 parent f5bde12 commit 40fff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mokapot/parsers/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def build_df(
except AttributeError:
try:
dfs.append(pl.scan_parquet(pin_file))
except pl.ArrowError:
except pl.ComputeError:
if not strict_parsing:
df = pl.scan_csv(
pin_file,
Expand Down

0 comments on commit 40fff64

Please sign in to comment.