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
Looks like we have an issue with directivity.Directivity.using_spherical() not being passed the right args. This is not caught in the directivity tests.
0d00c8ae40f93850b5e5d16d99ada1aea0b431b2 will resolve this for now. This changes from using d.plot() method to plot(d), since the function seems fine, it's just the class method that is broken. Directivity.plot() method needs to be re-implemented to match the directivity.plot() function signature.
Looks like we have an issue with
directivity.Directivity.using_spherical()
not being passed the right args. This is not caught in the directivity tests.The text was updated successfully, but these errors were encountered: