Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "round" operator in the Sympy mappings
Enabling a workaround to avoid the following type error: `raise TypeError("Cannot round symbolic expression")` while using `round` as a unary operator. This issue was raised in #269 the the PR contains the exact solution put forth in the subsequent discussion
- Loading branch information