WISDEM / WOMBAT

Windfarm Operations & Maintenance cost-Benefit Analysis Tool
https://wisdem.github.io/WOMBAT/
Apache License 2.0
21 stars 11 forks source link

Bug fix/output formatting #26

Closed RHammond2 closed 2 years ago

RHammond2 commented 2 years ago

Fixes a bug in Metrics.service_equipment_utilization() so that infrequently used/deployed servicing equipment can't artificially deflate the utilization of heavily used servicing equipment. This was caused through a default inner join in the annual usage, but has been updated to an outer join to ensure all relevant usage is included in the calculations.