Skip to content

Commit

Permalink
Batch processing output - fix 2044415 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
srba authored Nov 27, 2023
2 parents 5027ce4 + 0a3f76b commit 9556417
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,9 @@ public VerificationResult<TimedArcPetriNetTrace> batchWorker(
verificationResult.verificationTime(),
verificationResult.stats(),
false,
verificationResult.getUnfoldedModel());
verificationResult.getRawOutput(),
verificationResult.getUnfoldedModel(),
null);
value.setNameMapping(composedModel.value2());
}

Expand Down

0 comments on commit 9556417

Please sign in to comment.