gridlab-d / gridlab-d

Source Code for GridLAB-D
Other
159 stars 109 forks source link

#117 Player not updating powerflow:load:constant_power_A correctly, #117

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

The output file feeder_load.csv does not reflect the load fed in by load_tape.csv

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user mhauer does not exist anymore. Therefore assigning this to afisher1. dchassin: * attachment _Testingkevin.glm added

The main glm file the exhibits the problem, i.e., player load does not show up in feeder load

,

dchassin: * attachment _loadtape.csv added

The player file that should change the load

,

dchassin: * status changed from new to assigned ,

ftuffner: * status changed from assigned to accepted ,

ftuffner: Dating error in the player file. Date is in M/D/YYYY format. If put into YYYY-MM-DD format, the file behaves as expected.

,

ftuffner: * owner changed from ftuffner to tcarlon

Not an issue with powerflow module. The problem likely lies in core or tape. The player is accepting the M/D/YYYY format, but is not parsing it correctly (or not flagging it as incorrect). Should be in YYYY-MM-DD format.

,

dchassin: * owner changed from tcarlon to mhauer ,

mhauer (user not in GitHub. This is the sourceforge username): * status changed from assigned to closed

Date format in submitted file is incorrectly formatted. Changing from \MM/DD/YYYY HH:MM\ to \YYYY/MM/DD HH:MM:SS\ clears up all problems.

Closed as operator error. Will endeavor to make future versions of the player more robust in their handling of date-time formats.

,