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
import numpy as np
def sinc(x) -> np.double:
return np.sinc(x)
sinc_function = empty_table(100).update(["X = 0.1 * i", "SincX = sinc(X)", "SincXS=(sinc(X))"])```
![image](https://github.com/deephaven/deephaven-core/assets/29706529/b5aad5e9-a1af-4abe-92fe-9f03edaf3cdc)
**Expected results**
The parenthesis do not change the return type.
**Actual results**
The UI shows it as a string.
**Versions**
- Deephaven: 0.25.2
The text was updated successfully, but these errors were encountered:
Description
The text was updated successfully, but these errors were encountered: