Closed JakeOShannessy closed 3 months ago
i'll take a look
On Mon, Jul 29, 2024 at 2:21 PM JakeOShannessy @.***> wrote:
I'm getting an assertion error (assert only being active in debug mode) when running cfast_test.ssf. Haven't encountered it elsewhere just when running the verification cases.
Source//smokeview/IOzone.c:1497: DrawZoneVentDataProfile: Assertion 'zvi->z0 <= zvi->z1' failed.
— Reply to this email directly, view it on GitHub https://github.com/firemodels/smv/issues/1955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC6UCRRTWR56GILR3WZXVTDZO2BY3AVCNFSM6AAAAABLUZTT2KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTMMBVHA2DSOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Glenn Forney
i reproduced the problem running case with cfast 7.7.4 . it worked for me running case with latest cfast revision. try running case using cfast in nightly bundle (but still use same smokeview that gave assertion error before). think this was a bug in cfast that was fixed since the 7.7.4 release. https://github.com/firemodels/test_bundles/releases/tag/CFAST_TEST
Looks like that's resolved it, thanks Glenn.
I'm getting an assertion error (assert only being active in debug mode) when running
cfast_test.ssf
. Haven't encountered it elsewhere just when running the verification cases.Source//smokeview/IOzone.c:1497: DrawZoneVentDataProfile: Assertion 'zvi->z0 <= zvi->z1' failed.