(x1, x2)
| 222 | dtype1 = 'float64' |
| 223 | expr1 = 'r=x1*sin(x2)' |
| 224 | def case1_numpy(x1, x2): |
| 225 | return x1*np.sin(x2) |
| 226 | |
| 227 | def case1_ne2(x1, x2): |
| 228 | return ne2.evaluate('x1*sin(x2)') |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…