Skip to content

Commit

Permalink
80 char limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 12, 2023
1 parent c2e456e commit e52c5c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mira/dkg/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,9 @@ def askepetrinet_model_comparison(
query: AMRComparisonQuery
):
"""Compare a list of models to each other"""
template_models = [template_model_from_askenet_json(m) for m in query.petrinet_models]
template_models = [
template_model_from_askenet_json(m) for m in query.petrinet_models
]
graph_comparison_data = ModelComparisonGraphdata.from_template_models(
template_models,
refinement_func=request.
Expand Down

0 comments on commit e52c5c1

Please sign in to comment.