switching to high quality piper tts and added label translations
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
from sympy.core.symbol import symbols
|
||||
from sympy.functions.special.spherical_harmonics import Ynm
|
||||
|
||||
x, y = symbols('x,y')
|
||||
|
||||
|
||||
def timeit_Ynm_xy():
|
||||
Ynm(1, 1, x, y)
|
||||
Reference in New Issue
Block a user