You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hi I'm looking at the issue https://github.com/sympy/sympy/issues/11727. Basically numpy raised an zero division warning, but we want to raise an runtime error instead. I'm not sure yet but I'm thinking just catch the specific numpy warning and raise the zero division error instead. Does that make sense? Thanks.