WISDEM / WOMBAT

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

Bug Fix: Fix Pandas Code Causing Warnings #69

Closed RHammond2 closed 1 year ago

RHammond2 commented 1 year ago

This PR fixes the groupby() logic in the Metrics class by moving the column filtering to before the groupby call, so that groupby method calls don't raise warnings. This also fixes the tow-to-port logging messages so that tows to port are registered in Metrics.number_of_tows method.