nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#962 Support Mac OS Line Endings, #2688

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

This is a request to support Mac OS line endings. We ran into an issue where a player file was generated with Mac OS line endings and the glm ran successfully but the values played into by the player file were not correct. It appears what happened is that the player file read in until it filed the read line buffer and the value at the end of that line was the one that was played in to the glm for the entire simulaton. Changing the file to Unix line endings fixed the issue but we should really think about supporting Mac OS line endings.

Attaching the original files with Mac OS line endings for the player.,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "dchassin":It's not just Mac OSX line endings. Players need to handle all types of line endings.,