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 am trying to use PyART function phase_proc_lp (pyart.correct.phase_proc_lp(radar, 2.0, self_const = 12000.0, low_z=0.0, high_z=53.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.8, LP_solver='cylp_mp', proc=15)) on CENTOS 7 which makes use of the CyLP package, but I am running into an error *** Error in `python': free(): invalid pointer: 0x000055a16c1efc68 *** see cylp_log2.txt for full error log.
I am trying to use PyART function phase_proc_lp (pyart.correct.phase_proc_lp(radar, 2.0, self_const = 12000.0, low_z=0.0, high_z=53.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.8, LP_solver='cylp_mp', proc=15)) on CENTOS 7 which makes use of the CyLP package, but I am running into an error
*** Error in `python': free(): invalid pointer: 0x000055a16c1efc68 ***
see cylp_log2.txt for full error log.I installed following these instructions https://github.com/coin-or/CyLP from scratch:
The text was updated successfully, but these errors were encountered: