-
Notifications
You must be signed in to change notification settings - Fork 64
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
Mv(coeffs, 'odd') is nonsensical #81
Comments
eric-wieser
added a commit
to eric-wieser/galgebra
that referenced
this issue
Nov 30, 2019
This eliminates some special-casing in _make_mv and _make_spinor Note that to avoid making pygaegh-81 worse, we now need to expicitly only allow strings
eric-wieser
added a commit
to eric-wieser/galgebra
that referenced
this issue
Nov 30, 2019
This eliminates some special-casing in _make_mv and _make_spinor Note that to avoid making pygaegh-81 worse, we now need to expicitly only allow strings
eric-wieser
added a commit
to eric-wieser/galgebra
that referenced
this issue
Nov 30, 2019
This eliminates some special-casing in _make_mv and _make_spinor Note that to avoid making pygaegh-81 worse, we now need to expicitly only allow strings
utensil
pushed a commit
that referenced
this issue
Dec 1, 2019
This eliminates some special-casing in _make_mv and _make_spinor Note that to avoid making gh-81 worse, we now need to expicitly only allow strings
Is this fixed? |
Not fixed, but easy to fix |
eric-wieser
added a commit
to eric-wieser/galgebra
that referenced
this issue
Dec 18, 2019
Closes pygaegh-81. This makes this consistent with the `even` and `mv` constructors.
utensil
pushed a commit
that referenced
this issue
Dec 18, 2019
Closes gh-81. This makes this consistent with the `even` and `mv` constructors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the intent of
'odd'
is for usage like:However, it can be also use as
This doesn't seem remotely useful - I'd propose we deprecate or outright remove it.
'even'
already forbids this usage.The text was updated successfully, but these errors were encountered: