I took a look and can give you the following minimal example:
(7) -> [x for x in 1..2]
(7) [1, 2]
Type:
List(PositiveInteger)
(8) -> [x for x in 2..1]
>> System error:
SIMPLE-ERROR: Cannot coerce #<vector 0000000000e80400> to LIST.
- Qian
On 2/5/25 9:08 AM, Camm Maguire wrote:
Greetings, and thanks again!
eltuniseg.output: 15
mantepse.output: 4
)
I am having trouble deciphering these output files. They appear
identical to files which pass except for the error summary at the end.
Can you help me isolate a sample failing command?
Take care,
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/fricas-devel/c7923465-9a81-47d2-95cd-e27dcd43fe05%40gmail.com.