ssolson
ssolson
Make MHKiT compatible with numpy 2.0 - To use numpy 2.0.0 we must use scipy 1.14.0. - scipy 1.14.0 requires python >= 3.10 Therefore this also drops MHKiT support for...
In the `wave_example.ipynb` Input box [15] calls: ``` # Calcaulte maep from matrix maep_matrix = wave.performance.mean_annual_energy_production_matrix( LM_mean, JM, LM_freq ) ``` In MHKiT v0.8.1 this will fail because `mean_annual_energy_production_matrix` is...
Modifies MHKiT to make the utils module PyLint compatible and enforces compatibility via GitHub Actions.