Skip to content

Conversation

@jeisenman23
Copy link
Collaborator

@jeisenman23 jeisenman23 commented Sep 17, 2024

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.

@jeisenman23 jeisenman23 changed the base branch from dev to calliope-c7 September 17, 2024 00:35
Comment on lines 301 to 304
print(parameters)
emissions = ParamsManager.emission_categories()
# Parameters Table
print(loc_tech)
Copy link
Collaborator

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.

}

function activate_paste(class_name) {
console.log(class_name);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.log

Copy link
Collaborator

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}")
Copy link
Collaborator

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.

Copy link
Collaborator Author

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

@jgu2
Copy link
Collaborator

jgu2 commented Sep 19, 2024

I'll leave the feature testing to @jmorrisnrel or @hannamocha , to make sure it meet the requirements.

@hanna-fields
Copy link
Collaborator

Functionality looks good to me, persisting and querying just fine

Screenshot 2024-09-19 at 2 31 03 PM

Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants