-
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
Add extracting all patent counts to pipeline; modify other code for extensibility to enable this #198
Add extracting all patent counts to pipeline; modify other code for extensibility to enable this #198
Conversation
No need for rebasing 👍 |
JavaScript CoverageSummary
Modified Files • (67%)
|
11d1e24
to
61d109c
Compare
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.
Thank you! This looks good to me - I did have one substantive question about the use of a test parameter where I didn't expect it, but otherwise these are largely fussy comments.
@rggelles I've started integrating this stuff, but I actually don't see |
This is because I forgot a change I needed to make in the omit_by_rule query; added this in as well for the update I'm about to push. My bad. |
@jmelot I believe all fixes should be in now, including at least two substantive ones. Pipeline is rerunning, although even the substantive reviews shouldn't affect the code significantly. Would appreciate a second review of the changes made when it finishes. Thanks! |
(it does appear to be failing some of your tests, but I think those are related to the user interface so it's not clear to me what's going on here or what I need to fix). |
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.
Reading over this, looks good, thanks! I'll have another try at integration soon (and you're right, the broken tests aren't related to anything you did - I got part of the way through integration and then stopped which left things in a broken state)
Just checked this again - I think something is messed up: |
@jmelot Believe this should be fixed; I failed to recompile the docker container for the last run but it's done now. |
Just pinging on this again -- is there anything else that needs to be done to close this? This field should be available and usable now. |
With the merging of |
@rggelles I was (finally) trying to integrate this, but I noticed the data got much larger. It turns out that the number of rows in |
Just pushed a fix for this; this was an issue in my aggregation in the SQL query rather than any problem in the actual data pulls. The pipeline is rerunning from that point (which is well after the expensive point so it shouldn't be an issue to run). |
…xtensibility to enable this
a670079
to
f3316b5
Compare
Ok I think I've successfully integrated this. @brianlove can you please check my commits (7dff783, f6d1873, f3316b5, a2ca760) and then if all is good we can merge! |
…unts Add citation counts for other classifiers
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.
👍
Note: this affects/modifies the grants PR
Closes #125