Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
| 1 | initial version |
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.code: the gap3 interface seems to randomly assign outputs to preset variables.
Running
gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')
followed up by
gap3('x')
gap3('y')
gap3('z')
gap3('x')
yields
4
5
6
6
instead of 4,5,6,4. Is this a bug or am I doing this wrong?
Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?
Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code: the gap3 interface seems to randomly assign outputs to preset variables.override its variables with other outputs.
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.