Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guarantee that use of standard operators is equivalent to create #69

Open
goerz opened this issue May 12, 2018 · 0 comments
Open

Guarantee that use of standard operators is equivalent to create #69

goerz opened this issue May 12, 2018 · 0 comments
Labels
test need to implement a test

Comments

@goerz
Copy link
Member

goerz commented May 12, 2018

For any conceivable use of an operator (*, +), we should guarantee (via a test) that the resulting expression is identical to one that is created via a create constructor. E.g.

1 * OperatorSymbol('a', hs=1) == ScalarTimesOperator.create(1, OperatorSymbol('a', hs=1))
@goerz goerz added the test need to implement a test label May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test need to implement a test
Projects
None yet
Development

No branches or pull requests

1 participant