You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed gsee from pip install gsee. When I used gsee.pv.run_model with example data which I made, I found there are some minor errors in the sourse code:
In 'trigon.py', Line 103, it would be better to delete '.value()' in 'rise_time, set_time = rise_set_times.loc[item.value()]' .
In 'pv.py', you may incorrectly write 'clip(upper=*)' wrong as 'clip_upper'.
The text was updated successfully, but these errors were encountered:
I have installed gsee from
pip install gsee
. When I usedgsee.pv.run_model
with example data which I made, I found there are some minor errors in the sourse code:The text was updated successfully, but these errors were encountered: