Message6637

Author asmeurer
Recipients amak, asmeurer
Date 2011-09-04.03:07:13
SpamBayes Score 5.242202e-08
Marked as misclassified No
Message-id <1315105633.76.0.182721279954.issue1777@psf.upfronthosting.co.za>
In-reply-to
Content
OK, new Jython error:

$~/jython2.5.2/jython bin/test sympy/physics/quantum/tests/test_anticommutator.py 
============================= test process starts ==============================
executable:   /Users/aaronmeurer/jython2.5.2/jython  (2.5.2-final-0)
architecture: 32-bit
cache:        yes
ground types: python
random seed:  98235021

Traceback (most recent call last):
  File "bin/test", line 55, in <module>
    ok = sympy.test(*args, **{"verbose": options.verbose, "kw": options.kw,
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 191, in test
    return t.test(sort=sort)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 512, in test
    self.test_file(f)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 512, in test
    self.test_file(f)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 526, in test_file
    execfile(filename, gl)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py", line 526, in test_file
    execfile(filename, gl)
  File "/users/aaronmeurer/documents/python/sympy/sympy/sympy/physics/quantum/tests/test_anticommutator.py", line 3, in <module>
    from sympy.physics.quantum.dagger import Dagger
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/__init__.py", line 46, in <module>
    import represent as repmod
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/represent.py", line 21, in <module>
    from sympy.physics.quantum.operatorset import operators_to_state, state_to_operators
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/operatorset.py", line 27, in <module>
    from sympy.physics.quantum.spin import (
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/spin.py", line 871, in <module>
    Jx = JxOp('J')
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/qexpr.py", line 120, in __new__
    inst = Expr.__new__(cls, *args, **{'commutative':False})
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/basic.py", line 85, in __new__
    obj._init_assumptions(assumptions)
  File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/assumptions.py", line 237, in _init_assumptions
    self._assumptions  = self.default_assumptions
java.lang.ArrayIndexOutOfBoundsException: 2
	at org.python.core.PyObjectDerived.setSlot(PyObjectDerived.java:13)
	at org.python.core.PySlot.member_descriptor___set__(PySlot.java:50)
	at org.python.core.PySlot.__set__(PySlot.java:44)
	at org.python.core.PyObject.object___setattr__(PyObject.java:3742)
	at org.python.core.PyObject.object___setattr__(PyObject.java:3732)
	at org.python.core.PyObject$object___setattr___exposer.__call__(Unknown Source)
	at org.python.core.PyObjectDerived.__setattr__(PyObjectDerived.java:990)
	at sympy.core.assumptions$py._init_assumptions$10(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/assumptions.py:257)
	at sympy.core.assumptions$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/assumptions.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:149)
	at org.python.core.PyFunction.__call__(PyFunction.java:327)
	at org.python.core.PyMethod.__call__(PyMethod.java:124)
	at sympy.core.basic$py.__new__$3(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/basic.py:89)
	at sympy.core.basic$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/core/basic.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
	at org.python.core.PyFunction.function___call__(PyFunction.java:376)
	at org.python.core.PyFunction.__call__(PyFunction.java:371)
	at org.python.core.PyFunction.__call__(PyFunction.java:366)
	at org.python.core.PyObject._callextra(PyObject.java:527)
	at sympy.physics.quantum.qexpr$py.__new__$5(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/qexpr.py:123)
	at sympy.physics.quantum.qexpr$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/qexpr.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
	at org.python.core.PyFunction.function___call__(PyFunction.java:376)
	at org.python.core.PyFunction.__call__(PyFunction.java:371)
	at org.python.core.PyFunction.__call__(PyFunction.java:366)
	at org.python.core.PyType.invokeNew(PyType.java:472)
	at org.python.core.PyType.type___call__(PyType.java:1558)
	at org.python.core.PyType$type___call___exposer.__call__(Unknown Source)
	at org.python.core.PyTypeDerived.__call__(PyTypeDerived.java:951)
	at org.python.core.PyObject.__call__(PyObject.java:387)
	at org.python.core.PyObject.__call__(PyObject.java:391)
	at sympy.physics.quantum.spin$py.f$0(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/spin.py:1456)
	at sympy.physics.quantum.spin$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/spin.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.imp.createFromCode(imp.java:386)
	at org.python.core.imp.createFromPyClass(imp.java:204)
	at org.python.core.imp.loadFromSource(imp.java:567)
	at org.python.core.imp.find_module(imp.java:473)
	at org.python.core.PyModule.impAttr(PyModule.java:100)
	at org.python.core.imp.import_next(imp.java:715)
	at org.python.core.imp.import_logic(imp.java:777)
	at org.python.core.imp.import_name(imp.java:839)
	at org.python.core.imp.importName(imp.java:884)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
	at org.python.core.PyObject.__call__(PyObject.java:357)
	at org.python.core.__builtin__.__import__(__builtin__.java:1173)
	at org.python.core.imp.importFromAs(imp.java:978)
	at org.python.core.imp.importFrom(imp.java:954)
	at sympy.physics.quantum.operatorset$py.f$0(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/operatorset.py:275)
	at sympy.physics.quantum.operatorset$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/operatorset.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.imp.createFromCode(imp.java:386)
	at org.python.core.imp.createFromPyClass(imp.java:204)
	at org.python.core.imp.loadFromSource(imp.java:567)
	at org.python.core.imp.find_module(imp.java:473)
	at org.python.core.PyModule.impAttr(PyModule.java:100)
	at org.python.core.imp.import_next(imp.java:715)
	at org.python.core.imp.import_logic(imp.java:777)
	at org.python.core.imp.import_name(imp.java:839)
	at org.python.core.imp.importName(imp.java:884)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
	at org.python.core.PyObject.__call__(PyObject.java:357)
	at org.python.core.__builtin__.__import__(__builtin__.java:1173)
	at org.python.core.imp.importFromAs(imp.java:978)
	at org.python.core.imp.importFrom(imp.java:954)
	at sympy.physics.quantum.represent$py.f$0(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/represent.py:486)
	at sympy.physics.quantum.represent$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/represent.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.imp.createFromCode(imp.java:386)
	at org.python.core.imp.createFromPyClass(imp.java:204)
	at org.python.core.imp.loadFromSource(imp.java:567)
	at org.python.core.imp.find_module(imp.java:473)
	at org.python.core.PyModule.impAttr(PyModule.java:100)
	at org.python.core.imp.import_next(imp.java:715)
	at org.python.core.imp.import_name(imp.java:824)
	at org.python.core.imp.importName(imp.java:884)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
	at org.python.core.PyObject.__call__(PyObject.java:357)
	at org.python.core.__builtin__.__import__(__builtin__.java:1173)
	at org.python.core.imp.importOneAs(imp.java:921)
	at sympy.physics.quantum$py.f$0(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/__init__.py:60)
	at sympy.physics.quantum$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/physics/quantum/__init__.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.imp.createFromCode(imp.java:386)
	at org.python.core.imp.createFromPyClass(imp.java:204)
	at org.python.core.imp.loadFromSource(imp.java:567)
	at org.python.core.imp.find_module(imp.java:473)
	at org.python.core.PyModule.impAttr(PyModule.java:100)
	at org.python.core.imp.import_next(imp.java:715)
	at org.python.core.imp.import_logic(imp.java:777)
	at org.python.core.imp.import_name(imp.java:839)
	at org.python.core.imp.importName(imp.java:884)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
	at org.python.core.PyObject.__call__(PyObject.java:357)
	at org.python.core.__builtin__.__import__(__builtin__.java:1173)
	at org.python.core.imp.importFromAs(imp.java:978)
	at org.python.core.imp.importFrom(imp.java:954)
	at org.python.pycode._pyx22.f$0(/users/aaronmeurer/documents/python/sympy/sympy/sympy/physics/quantum/tests/test_anticommutator.py:46)
	at org.python.pycode._pyx22.call_function(/users/aaronmeurer/documents/python/sympy/sympy/sympy/physics/quantum/tests/test_anticommutator.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.Py.runCode(Py.java:1261)
	at org.python.core.__builtin__.execfile_flags(__builtin__.java:522)
	at org.python.core.__builtin__.execfile(__builtin__.java:499)
	at org.python.core.__builtin__.execfile(__builtin__.java:526)
	at org.python.core.BuiltinFunctions.__call__(__builtin__.java:155)
	at org.python.core.PyObject.__call__(PyObject.java:408)
	at sympy.utilities.runtests$py.test_file$16(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py:591)
	at sympy.utilities.runtests$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:149)
	at org.python.core.PyFunction.__call__(PyFunction.java:327)
	at org.python.core.PyMethod.__call__(PyMethod.java:124)
	at sympy.utilities.runtests$py.test$15(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py:516)
	at sympy.utilities.runtests$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:194)
	at org.python.core.PyFunction.__call__(PyFunction.java:387)
	at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:220)
	at org.python.core.PyMethod.__call__(PyMethod.java:211)
	at sympy.utilities.runtests$py.test$7(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py:191)
	at sympy.utilities.runtests$py.call_function(/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/utilities/runtests.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:301)
	at org.python.core.PyFunction.function___call__(PyFunction.java:376)
	at org.python.core.PyFunction.__call__(PyFunction.java:371)
	at org.python.core.PyFunction.__call__(PyFunction.java:366)
	at org.python.core.PyObject._callextra(PyObject.java:527)
	at org.python.pycode._pyx0.f$0(bin/test:62)
	at org.python.pycode._pyx0.call_function(bin/test)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.Py.runCode(Py.java:1261)
	at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:235)
	at org.python.util.jython.run(jython.java:247)
	at org.python.util.jython.main(jython.java:129)

java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 2
History
Date User Action Args
2011-09-04 03:07:13asmeurersetmessageid: <1315105633.76.0.182721279954.issue1777@psf.upfronthosting.co.za>
2011-09-04 03:07:13asmeurersetrecipients: + asmeurer, amak
2011-09-04 03:07:13asmeurerlinkissue1777 messages
2011-09-04 03:07:13asmeurercreate