Error: package 'particle' removed the method data.open_text()
resonweb opened this issue · 2 comments
resonweb commented
In line 12 of parameters.py, import particle.data as p_data.
In line 232 of parameters.py, using p_data.open_text(), but this method has deprecated in particle-v0.20.0 a few days ago.
Because of this problem, "import flavio" will give an Error and can not be imported. Please fix this bug, thank you.
peterstangl commented