eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.58k stars 1.45k forks source link

Int values are written as SUMOReals (value.00) (trac #2855) #2855

Closed behrisch closed 7 years ago

behrisch commented 7 years ago

See value of parameter 'power' of tests\netedit\additionalElements\chargingstation\create\additionals.netedit

Must be written as ''power="22000"'' instead of ''power="22000.00"''

Migrated from http://sumo.dlr.de/ticket/2855

{
    "status": "closed", 
    "changetime": "2017-04-25T07:15:13Z", 
    "description": "See value of parameter 'power' of tests\\netedit\\additionalElements\\chargingstation\\create\\additionals.netedit\n\nMust be written as ''power=\"22000\"'' instead of ''power=\"22000.00\"''", 
    "reporter": "pablo", 
    "cc": "", 
    "resolution": "invalid", 
    "_ts": "1493104513426651", 
    "component": "netedit", 
    "summary": "Int values are written as SUMOReals (value.00)", 
    "priority": "major", 
    "keywords": "int,", 
    "time": "2017-02-09T14:01:59Z", 
    "milestone": "0.30.0", 
    "owner": "pablo", 
    "type": "defect"
}
behrisch commented 7 years ago
behrisch commented 7 years ago

@palvarezlopez commented:

It's no problematic because the saved additional values can be loaded successfully by netedit.

behrisch commented 7 years ago

@behrisch changed milestone from "1.0.0" to "0.30.0"