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
47 stars 45 forks source link

Fix: update variable name to remove reference before assignment error #208

Closed ssolson closed 1 year ago

ssolson commented 1 year ago

Supersedes #196 by @Graham-EGI.

Snippet from error

y = y1[ms]
UnboundLocalError: local variable 'y1' referenced before assignment
ssolson commented 1 year ago

Reviews & discussion in #196. Merging into Develop to Fix Bug.