Opened 7 years ago

Last modified 7 years ago

#4554 assigned defect

Internal error CevalScript.calculateSimulationSettings - can't run simulation when stopTime/interval is above 1e6

Reported by: thomas.pedot@… Owned by: Adrian Pop
Priority: normal Milestone: Future
Component: Interactive Environment Version: v1.13.0-dev-nightly
Keywords: Cc: Martin Sjölund

Description

Hello,
I cannot launch simulation if I state stopTime / interval (or number of interval above 1e6) above the limit of 1e6.

Attachments (1)

BugOEdit.png (85.5 KB ) - added by thomas.pedot@… 7 years ago.
Snapshot

Download all attachments as: .zip

Change History (3)

by thomas.pedot@…, 7 years ago

Attachment: BugOEdit.png added

Snapshot

comment:1 by Adeel Asghar, 7 years ago

Cc: Martin Sjölund added
Component: OMEditInteractive Environment
Owner: changed from Adeel Asghar to Adrian Pop
Status: newassigned

comment:2 by Martin Sjölund, 7 years ago

The number of intervals in OMEdit is an integer roughly 2.147e9 due to 32-bit precision. The stop-time/interval in OMEdit is floating point and you should be able to specify any number you prefer.

Note: See TracTickets for help on using tickets.