gsee icon indicating copy to clipboard operation
gsee copied to clipboard

Some minor errors

Open ChanceQZ opened this issue 4 years ago • 0 comments

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:

  1. In 'trigon.py', Line 103, it would be better to delete '.value()' in 'rise_time, set_time = rise_set_times.loc[item.value()]' .
  2. In 'pv.py', you may incorrectly write 'clip(upper=*)' wrong as 'clip_upper'.

ChanceQZ avatar Oct 23 '20 02:10 ChanceQZ