|
Ran
|
Jobs
0
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
github
Speed up wave.resource module (#352) * fix assignment in type_handling * temporary testing file * initial conversion of energy_period and frequency_moment to DataArray * energy_period working with variety of types and converting to dataArray base * extend xr.dataarray basis to all wave.resource functions * remove testing script * black formatting * fix most test formatting * use dataarrays instead of datasets in wave.performance * revert surface_elevation function back to datasets * Revert "revert surface_elevation function back to datasets" This reverts commit a2d5f619b. * allow datasets, 2d dataframes. Update test formatting appropriately * simplify and improve robustness of convert_to_dataarray for 1-var dataframes and 2+ var datasets * update test formatting * clean up frequency_bin and method checks in elevation_surface * update and annotate type_handling * black formatting * minor type fix * update type references in loads * update type references in loads - v2 * black formatting * fix call to fillna() in MLER example * fix references to k in MLER example * add variable names to Hm0, Te, and Tp for DataFrame creation * update pd.Series naming in examples * fix typo in pacwave notebook * add variable names after data conversion * update pacwave example * add type check to all wave.resource variable naming * update wave example with new data types * pull buoy name from metadata in cdip example * tighten up example timing * address minor review comments, add some type checking tests * complicated dataset and dataframe handling in surface_elevation and elevation_spectrum * restore and simplify dataset input to elevation_spectrum, surface_elevation * black formatting * update missed docstring * use np.nan_to_num correctly in test_loads * Speed up wave (#6) * matplotlib >=3.8 * remove debug -----... (continued)