Closed ningit closed 10 months ago
Thanks @ningit. This looks like a problem that was fixed here: 4fcd975
It has not made it into a packaged release yet, but is fixed in the main codebase on GitHub:
Thanks @davexparker for your reply. I have also tried by compiling the GitHub source (the current head, 90acc6cd) and the problem still happens. Moreover, it seems that 4fcd975 is already in 4.8.
Oops - my mistake! Thanks. I'll investigate.
Thanks for this @ningit. It's now fixed, and (since it seems to completely break transient probability computation) I've pushed it out as a new release (v4.8.1) too. https://www.prismmodelchecker.org/download.php
Thanks @davexparker. I have rerun my examples and they are working again.
The command
prism -transient 1 model.pm
wheremodel.pm
is the followingfails to compute the transient probabilities because of to the following exception:
I am using Java 21 and PRISM 4.8 from the release page of this repository. The same command works with PRISM 4.7 and previous versions in the release page.