-
Notifications
You must be signed in to change notification settings - Fork 7
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
Engage97 yearparamas #210
base: calliope-c7
Are you sure you want to change the base?
Engage97 yearparamas #210
Conversation
print(parameters) | ||
emissions = ParamsManager.emission_categories() | ||
# Parameters Table | ||
print(loc_tech) |
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.
Remove print
statements, use logging if need.
@@ -1143,6 +1164,7 @@ function reconvert_all(load_flg){ | |||
} | |||
|
|||
function activate_paste(class_name) { | |||
console.log(class_name); |
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.
Remove console.log
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.
Has this got removed?
id=key).hard_delete() | ||
param_ids = data.get('parameter_instance', []) | ||
for param_id in param_ids: | ||
print(f"Deleting Loc_Tech_Param with id: {param_id}") |
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.
Remove print
statement, use logging if need.
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.
Still workshopping this today... will remove
I'll leave the feature testing to @jmorrisnrel or @hannamocha , to make sure it meet the requirements. |
postgres/.gitkeep
Outdated
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.
Was this an accidental add?
In this PR, we change multi-year parameters for Technologies and Locactions. In the dropdown, we add the column, Build Year Offset, which exists in Technology Parameters and for Location Technology Parameters.