| Author | Topic |
Posts: 1
Location: Molecular Sciences Instit...
Registered: August 2005
|
|
Bug with setLevel in libsbml with the python bindings.
|
31 May '06 16:10
|
 |
|
Hi,
I am using libsbml 2.3.4 with python bindings, configured with expat
(version 1.95.8-8.2).
The following code apparently does not work.
import libsbml
aDoc = libsbml.SBMLDocument()
aDoc.setLevel(1)
print aDoc.getLevel()
will print a value of 2.
I reported the bug on sbml.org, although I couldn't find a bug list
anywhere so I don't know if this is a known problem or what. Is this
reproducible for others/what is the status of this?
Thanks very much.
Nathan Addy
|
|
|