Closed benbovy closed 5 years ago
Also fixed an issue introduced in #54, in whichout_ds = in_ds.xsimlab.run() was overwriting in_ds by out_ds.
out_ds = in_ds.xsimlab.run()
in_ds
out_ds
Also fixed an issue introduced in #54, in which
out_ds = in_ds.xsimlab.run()
was overwritingin_ds
byout_ds
.