Skip to content

Commit

Permalink
Try to fix deep diff test
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Sep 4, 2024
1 parent c2274e3 commit d84d369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/diff_tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
args.first_tsv,
sep="\t",
header=None,
engine="python",
na_filter=False,
).to_dict()

second_tsv = pd.read_csv(
args.second_tsv,
sep="\t",
header=None,
engine="python",
na_filter=False,
).to_dict()

Expand Down

0 comments on commit d84d369

Please sign in to comment.