Skip to content

Update nested_inputs.py#315

Merged
adfarth merged 1 commit into
developfrom
inputs-quick-fix
Apr 21, 2022
Merged

Update nested_inputs.py#315
adfarth merged 1 commit into
developfrom
inputs-quick-fix

Conversation

@adfarth
Copy link
Copy Markdown
Collaborator

@adfarth adfarth commented Apr 18, 2022

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • [ N/A] Tests for the changes have been added (for bug fixes / features)
  • [ N/A] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

(Bug fix, feature, docs update, ...)
Increases the max value of other_capital_costs_us_dollars to 1.0e10 in nested_inputs.py.

What is the current behavior?

(You can also link to an open issue here)
Was set to max_big_number (1.0e8).

What is the new behavior (if this is a feature change)?

Set to 1.0e10

Does this PR introduce a breaking change?

(What changes might users need to make in their application due to this PR?)
No.

Other information:

I am running off-grid microgrid analyses for Kenya, and some of the capital costs exceed the current upper bound.

@adfarth adfarth requested a review from NLaws April 18, 2022 22:49
Copy link
Copy Markdown
Member

@NLaws NLaws left a comment

Choose a reason for hiding this comment

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

This max value is not used in optimization right so it doesn't matter how big it is?

@adfarth
Copy link
Copy Markdown
Collaborator Author

adfarth commented Apr 21, 2022

This max value is not used in optimization right so it doesn't matter how big it is?

Correct! It's not used in the optimization, it only limits the user's input.

@adfarth adfarth merged commit 111324c into develop Apr 21, 2022
@adfarth adfarth deleted the inputs-quick-fix branch April 21, 2022 16:57
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.

2 participants