You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like parsing of snapshots via kappy is broken in newer versions of KappaTools. When the snapshots have variables like [E] in their name, kappy doesn't parse them. Example:
yields, ['snap[E].json'], which is incorrect. (Though kappy will still give you the contents of that snapshot with runtime.simulation_snapshot('snap[E].json').)
If I run the same model via the command KaSim it of course works, producing snapshots such as snap36.json. This used to work with kappy too, if I remember correctly, but I recently upgraded and can't trace now which version had it working. Unless perhaps something else in the interface changed that I'm missing? Thanks.
The text was updated successfully, but these errors were encountered:
Hi all,
It looks like parsing of snapshots via kappy is broken in newer versions of KappaTools. When the snapshots have variables like [E] in their name, kappy doesn't parse them. Example:
then if we retrieve the snapshot IDs with:
yields,
['snap[E].json']
, which is incorrect. (Though kappy will still give you the contents of that snapshot withruntime.simulation_snapshot('snap[E].json')
.)If I run the same model via the command KaSim it of course works, producing snapshots such as
snap36.json
. This used to work with kappy too, if I remember correctly, but I recently upgraded and can't trace now which version had it working. Unless perhaps something else in the interface changed that I'm missing? Thanks.The text was updated successfully, but these errors were encountered: