Skip to content

Fixed "RuntimeWarning: overflow encountered in reduce" within ac_gms() which...

Daniel Scheffler requested to merge bugfix/fix_numpy_overflow into master

Fixed "RuntimeWarning: overflow encountered in reduce" within ac_gms() which caused mean_vza to be always 0.

Ther is a related thread on Stackoverflow: here. Fixed by using float32.

Signed-off-by: Daniel Scheffler danschef@gfz-potsdam.de

Merge request reports