Skip to content

Commit

Permalink
Update keyname
Browse files Browse the repository at this point in the history
  • Loading branch information
brabbit61 committed Jun 28, 2023
1 parent 1e538ce commit 69ab735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/article-relevance/test_relevance_prediction_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def test_crossref_extract(tmp_path):
assert output_df.shape == expected_df.shape
# write a test to compare two series to check if they are equal
assert_series_equal(
output_df['gdd_id'],
expected_df['gdd_id'],
output_df['gddid'],
expected_df['gddid'],
check_index_type=False,
check_dtype=False
)
Expand Down

0 comments on commit 69ab735

Please sign in to comment.