Addalin / cameranetwork

Software for remote sensing camera networks
Other
2 stars 0 forks source link

pandas inconsistent version #50

Closed OmerShubi closed 4 years ago

OmerShubi commented 4 years ago

Describe the bug

ERROR:root:Error while loading past sun measurements:
Traceback (most recent call last):
  File "/home/shubi/PycharmProjects/cameranetwork/CameraNetwork/controller.py", line 467, in loadSunMeasurements
    self.sunshader_angles_df = pd.concat(angles, axis=1, sort=True).mean(axis=1).to_frame(name='angle')
TypeError: concat() got an unexpected keyword argument 'sort'

To Reproduce

python start_local.py -d "/home/shubi/Desktop/experiment_23_09_2019"

Expected behavior No error..