The follwing fails:
- Export a model using model.serialize() and write to file.
- Import the model
- run the imported model.
The reason seems to be that the exported file contains a parameter "vol" with value 1. StochKit2 does not seem to like that, for reasons I don't know. Removing that parameter from the xml file removes the error.