kreft / iDynoMiCS-2

Other
7 stars 1 forks source link

previous run restart currently broken #212

Closed bascee closed 2 years ago

bascee commented 2 years ago

On my machine, I receive a nullpointer exception in processManager.ProcessComparator.compare, tested with multiple protocol files. Indicating there is at least one process manager incorrectly saved to the output XML. Inspection of the outputfile reveals that departure and arrival process both have an empty node without attributes, this is likely where the issue originates.

<arrivalProcesses /> <departureProcesses />

bascee commented 2 years ago

Basic fix implemented part of open pull request #213