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

Contractor((x,y) -> x) does not work #144

Closed
dpsanders opened this issue May 23, 2019 · 2 comments
Closed

Contractor((x,y) -> x) does not work #144

dpsanders opened this issue May 23, 2019 · 2 comments

Comments

@dpsanders
Copy link
Member

It's currently necessary to write e.g. 1 * x.

cc @Yashcodes

@yashvardhan747
Copy link
Contributor

yashvardhan747 commented May 24, 2019

It will not work like this, use

julia> vars = @variables x y
julia> C = Contrator(vars, (x, y)->x )

@dpsanders
Copy link
Member Author

No longer relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants