Skip to content

Conversation

vtnate
Copy link
Collaborator

@vtnate vtnate commented Jul 15, 2025

Resolves #[issue number here]

Pull Request Description

[description here]

Checklist (Delete lines that don't apply)

  • Unit tests have been added or updated
  • All ci tests pass (green)
  • This PR has been labeled appropriately (which will be used for the changelog)
  • This branch is up-to-date with develop

@vtnate vtnate self-assigned this Jul 15, 2025
@vtnate vtnate added the enhancement New feature or request label Jul 15, 2025
if feature[:properties][:capital_costs_per_square_foot] == true
building_capital_cost = feature[:properties][:capital_costs] * feature[:properties][:floor_area]
elsif feature[:properties][:capital_costs_per_square_foot] == false
building_capital_cost = feature[:properties][:capital_costs]
Copy link
Contributor

Choose a reason for hiding this comment

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

@vtnate there might be cases when neither capital_costs or capital_costs_per_square_foot are added so we should capture that

@vtnate vtnate marked this pull request as ready for review July 28, 2025 16:52
Base automatically changed from faraday to develop October 9, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants