MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

Deprecation Warning: Replace calls to Pandas Datetime #32

Closed ssolson closed 4 years ago

ssolson commented 4 years ago

test_wave.py makes call to Pandas Datetime e.g.:

.\test_wave.py:517: FutureWarning: The pandas.datetime class is deprecated and will be removed from pandas in a future version. Import from datetime module instead.
  expected_index0 = pd.datetime(2019,8,1,0,0)
..\test_wave.py:507: FutureWarning: The pandas.datetime class is deprecated and will be removed from pandas in a future version. Import from datetime module instead.

The MHKiT Python should be reviewed to remove calls to pandas datetime.

ssolson commented 4 years ago

Closed by #50