| 1 | initial version |
It seems for now you'll have to do an ugly workaround like:
sage: var(L[0] if (isinstance(L, list) and len(L) == 1) else L)
I have opened a ticket with a proposed fix to the bug: https://trac.sagemath.org/ticket/28353
| 2 | No.2 Revision |
It seems for now you'll have to do an ugly workaround like:
sage: var(L[0] if (isinstance(L, list) and len(L) == 1) 1 else L)
I have opened a ticket with a proposed fix to the bug: https://trac.sagemath.org/ticket/28353
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.