Opened 7 years ago
Last modified 4 years ago
#5330 new defect
csvInput does not handle Integer inputs and needs an extra comma at line end
| Reported by: | Owned by: | Lennart Ochel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Run-time | Version: | v1.14.0-dev-nightly |
| Keywords: | csv csvInput | Cc: |
Description
the csvInput simulation flag has two big problems:
- the last column needs an extra comma at the end of the line, otherwise it gets disregarded;
- Integer inputs are not working at all even if the LOG_SIMULATION seems to to say that they are actually set.
Moreover, if Integer inputs are mixed with Real inputs, also other inputs get corrupted.
Attachments (2)
Change History (7)
by , 7 years ago
| Attachment: | test_input.mo added |
|---|
comment:1 by , 7 years ago
| Component: | *unknown* → Run-time |
|---|---|
| Milestone: | Future → 1.14.0 |
| Owner: | changed from to |
comment:2 by , 6 years ago
| Milestone: | 1.14.0 → 1.16.0 |
|---|
Releasing 1.14.0 which is stable and has many improvements w.r.t. 1.13.2. This issue is rescheduled to 1.16.0
comment:4 by , 5 years ago
| Milestone: | 1.17.0 → 1.18.0 |
|---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
Note:
See TracTickets
for help on using tickets.

trivial example model