From 40fff640a7b3bf072514494c526fd12e67094652 Mon Sep 17 00:00:00 2001 From: William Fondrie Date: Thu, 2 Nov 2023 14:57:29 -0700 Subject: [PATCH] All unit tests pass --- mokapot/parsers/pin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mokapot/parsers/pin.py b/mokapot/parsers/pin.py index d4999f54..a9798c5b 100644 --- a/mokapot/parsers/pin.py +++ b/mokapot/parsers/pin.py @@ -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,