openreview-py
openreview-py copied to clipboard
add function to get journal object
Could we move this outside of the JournalRequest() class?
Right now we would need to do:
journal_request = JournalRequest(client, 'OpenReview.net/Support')
journal = journal_request.get_journal(client, 'xLdUNpcuxA')
Codecov Report
Merging #1383 (90646b8) into master (2017878) will decrease coverage by
0.08%
. The diff coverage is46.22%
.
@@ Coverage Diff @@
## master #1383 +/- ##
==========================================
- Coverage 73.45% 73.36% -0.09%
==========================================
Files 26 26
Lines 8479 8550 +71
Branches 1541 1558 +17
==========================================
+ Hits 6228 6273 +45
- Misses 1859 1874 +15
- Partials 392 403 +11
Impacted Files | Coverage Δ | |
---|---|---|
openreview/journal/group.py | 71.32% <20.00%> (-0.20%) |
:arrow_down: |
openreview/journal/invitation.py | 80.50% <23.07%> (-3.02%) |
:arrow_down: |
openreview/journal/journal.py | 50.92% <51.16%> (+0.48%) |
:arrow_up: |
...nreview/journal/journal_request/journal_request.py | 68.23% <89.47%> (+6.11%) |
:arrow_up: |
openreview/tools.py | 63.22% <0.00%> (+0.96%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more