Skip to content

Commit

Permalink
✅ Update expected test output (due to change in final indexing of mat…
Browse files Browse the repository at this point in the history
…ched events)
  • Loading branch information
i-be-snek committed Jul 30, 2024
1 parent b4cd571 commit 94b9cd9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions tests/test_specific_instance_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ def test_calc_similarity(self, gold_instance, sys_list, expected):
[
{
"Event_ID": "aA3-0",
"Num_Min": 2,
"Num_Max": 82,
"Start_Date_Year": 2030,
"Location_Norm": ["Amman", "Zarqa"],
"Num_Min": 0,
"Num_Max": 10,
"Start_Date_Year": 2031,
"Location_Norm": ["Paris", "Lyon"],
},
{
"Event_ID": "aA3-1",
Expand All @@ -102,10 +102,10 @@ def test_calc_similarity(self, gold_instance, sys_list, expected):
},
{
"Event_ID": "aA3-2",
"Num_Min": 0,
"Num_Max": 10,
"Start_Date_Year": 2031,
"Location_Norm": ["Paris", "Lyon"],
"Num_Min": 2,
"Num_Max": 82,
"Start_Date_Year": 2030,
"Location_Norm": ["Amman", "Zarqa"],
},
{
"Event_ID": "aA3-3",
Expand All @@ -119,10 +119,10 @@ def test_calc_similarity(self, gold_instance, sys_list, expected):
[
{
"Event_ID": "aA3-0",
"Num_Min": 1,
"Num_Max": 84,
"Start_Date_Year": 2029,
"Location_Norm": ["Uppsala", "Zarqa"],
"Num_Min": 0,
"Num_Max": 11,
"Start_Date_Year": 2031,
"Location_Norm": ["Lyon"],
},
{
"Event_ID": "aA3-1",
Expand All @@ -133,10 +133,10 @@ def test_calc_similarity(self, gold_instance, sys_list, expected):
},
{
"Event_ID": "aA3-2",
"Num_Min": 0,
"Num_Max": 11,
"Start_Date_Year": 2031,
"Location_Norm": ["Lyon"],
"Num_Min": 1,
"Num_Max": 84,
"Start_Date_Year": 2029,
"Location_Norm": ["Uppsala", "Zarqa"],
},
{
"Event_ID": "aA3-3",
Expand Down

0 comments on commit 94b9cd9

Please sign in to comment.