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
First of all, thank you SO much for your work on this project. It is really incredible what is possible with that and how easy it is to use, great work, seriously. Now to the actual issue:
I believe using dot for multiplication, as it is shown in the readme, doesn't work. Or (more likely) I'm doing something wrong setting it up. I installed the project using pip install typst-sympy-calculator as described in the readme. Then I wrote this short python script:
First of all, thank you SO much for your work on this project. It is really incredible what is possible with that and how easy it is to use, great work, seriously. Now to the actual issue:
I believe using
dot
for multiplication, as it is shown in the readme, doesn't work. Or (more likely) I'm doing something wrong setting it up. I installed the project usingpip install typst-sympy-calculator
as described in the readme. Then I wrote this short python script:This results in the following error:
When I replace
dot
with*
it works however. Is this a bug or did I miss something?The text was updated successfully, but these errors were encountered: