-
Notifications
You must be signed in to change notification settings - Fork 94
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: public methods to interface with new backend model instance #471
Conversation
Codecov Report
@@ Coverage Diff @@
## main #471 +/- ##
==========================================
- Coverage 94.98% 92.12% -2.87%
==========================================
Files 31 32 +1
Lines 3890 3975 +85
Branches 0 946 +946
==========================================
- Hits 3695 3662 -33
- Misses 195 196 +1
- Partials 0 117 +117
|
pytest -m "not time_intensive"
Created by moving to src dir. `calliope` is a regular dependency outside `src` files.
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.
Good to go - though we should track points to revisit later, e.g. the naming of global_expressions
(one alternative suggestion is to call them named_expressions
)
Fixes issue #429
Summary of changes in this pull request:
General restructuring:
New methods:
Reviewer checklist: