Skip to content

Commit 50e5f19

Browse files
committed
Try to avoid CI segfault by using python engine for Pandas read_csv
1 parent f7e7d0d commit 50e5f19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

malariagen_data/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def _read_gff3(buf, compression="gzip"):
8383
names=gff3_cols,
8484
na_values=["", "."],
8585
compression=compression,
86+
engine="python",
8687
)
8788

8889
# parse attributes

0 commit comments

Comments
 (0)