-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update data schema #149
Update data schema #149
Conversation
Closes #18
No need for rebasing 👍 |
JavaScript CoverageSummary
Modified Files • (63%)
|
…splayed in, and only populate for top 5 in a category Closes #147
Update the GUI to take into account updates to the data schema. Changes to the group selection interface will come in a later PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment below, but looks good pending updates in #151
web/tests/test_retrieve_data.py
Outdated
@@ -170,6 +167,7 @@ def run_clean_row_test(self, company): | |||
with open(os.path.join(self.DATA_DIR, f"{company}_output.json")) as f: | |||
expected_output = json.load(f) | |||
output = clean_row(input_data, False, {}, market_key_to_link) | |||
print(json.dumps(output)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this print()
still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oopsie, thanks!
Increase test timeout to hopefully resolve issue where `waitForElementToBeRemoved` times out: testing-library/dom-testing-library#1204
…ta-updates Update GUI to accomodate data updates
Closes #18
Closes #134 - Brian, some edits needed on your end in the patent tables in the detail view
Closes #138 (except stuff like adding new metrics that is tracked in other issues)
Closes #139
Closes #147
Closes #148
An opening salvo, let's discuss during our 1-1