-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests started failing because our NL goldens hardcode exact year that rely on the real date. So tests like "Population over the last 5 years" now excludes the year 2020. A couple of the python unit tests also did the same thing, now they have the date mocked.
- Loading branch information
Showing
10 changed files
with
307 additions
and
1,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
{ | ||
"CosineScore": [ | ||
0.794237, | ||
0.792901 | ||
0.792902 | ||
], | ||
"QueryPart": "show climate", | ||
"SV": [ | ||
|
Oops, something went wrong.