Saving sspace model as plain text
Posted: Mon Mar 17, 2014 10:00 am
Hi,
I'd like to save models as plain text (for version control systems) for use in different runs. Ideally I'd is save the model text, import the text in a new workfile, and append it to a new model. The model append code doesn't like this though. Is there a way to do this? Thanks.
freeze(modeltext) modname.spec
spec.save(t=txt) modeltext
sspace aa
text bb
bb.append(file) spec.txt
aa.append {bb}
I'd like to save models as plain text (for version control systems) for use in different runs. Ideally I'd is save the model text, import the text in a new workfile, and append it to a new model. The model append code doesn't like this though. Is there a way to do this? Thanks.
freeze(modeltext) modname.spec
spec.save(t=txt) modeltext
sspace aa
text bb
bb.append(file) spec.txt
aa.append {bb}