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
I created a TemplateModel with annotations. When the annotation fields are time_start, time_end are given datetime strings, the values are converted to datetime objects and the function template_model_to_petrinet_json(...) does not know to convert them back to strings before JSON serialization.
I created a
TemplateModel
with annotations. When the annotation fields aretime_start, time_end
are given datetime strings, the values are converted todatetime
objects and the functiontemplate_model_to_petrinet_json(...)
does not know to convert them back to strings before JSON serialization.The text was updated successfully, but these errors were encountered: