-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature/gsye 630 #1683
Feature/gsye 630 #1683
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1683 +/- ##
==========================================
+ Coverage 67.84% 67.98% +0.14%
==========================================
Files 140 140
Lines 13209 13259 +50
Branches 1988 2003 +15
==========================================
+ Hits 8961 9014 +53
+ Misses 3762 3757 -5
- Partials 486 488 +2 |
src/gsy_e/gsy_e_core/live_events.py
Outdated
@@ -43,8 +46,31 @@ def __repr__(self): | |||
f"params({self.area_representation}))>" | |||
|
|||
|
|||
class CreateAreaEventCoefficient(CreateAreaEvent): | |||
"""Event that creates a new area on the area representation tree.""" |
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.
NIT:
"Event that creates a new area on the area representation tree for SCM simulations"
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.
Fixed, thanks!
tests/test_gsy_core/live_events/test_coefficient_live_events.py
Outdated
Show resolved
Hide resolved
tests/test_global_objects.py
Outdated
class TestGlobalObjects(unittest.TestCase): | ||
|
||
def setUp(self): |
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.
NIT: Would be a good opportunity to remove the unittest dependency here
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.
Perfect, let me change that. Thanks!
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.
Could only nitpick. LGTM in general
Reason for the proposed changes
Please describe what we want to achieve and why.
Proposed changes
INTEGRATION_TESTS_BRANCH=master
GSY_FRAMEWORK_BRANCH=master