Opened 8 years ago
Last modified 8 years ago
#4554 assigned defect
Internal error CevalScript.calculateSimulationSettings - can't run simulation when stopTime/interval is above 1e6
| Reported by: | 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)
Change History (3)
by , 8 years ago
| Attachment: | BugOEdit.png added |
|---|
comment:1 by , 8 years ago
| Cc: | added |
|---|---|
| Component: | OMEdit → Interactive Environment |
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 8 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.

Snapshot