flav-io/flavio

Error: package 'particle' removed the method data.open_text()

resonweb opened this issue · 2 comments

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.

Thank you @resonweb for reporting this issue! The problem has been fixed in PR #176.