nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#763 Histogram bugs, #2500

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

The Histogram class has finally succumbed to the effects of time, and has a couple of bugs in it.

1.) PT_set and PT_enumeration properties cannot be collected, as the gl_get_int64 function is smart enough to type check. There's a gl_get_enum, but no gl_get_set. These function calls need to be fixed.

1a.) There's no gl_get_set(), which is required.

2.) Should countrate be left undefined, it will cause sync problems (negative timestep?) in the histogram.

See https://sourceforge.net/p/gridlab-d/discussion/842562/thread/243c419f/?limit=25

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user mhauer does not exist anymore. Therefore assigning this to afisher1. "jcfuller": * priority changed from major to critical

The identified bugs have been patched in branch/3.0 and in trunk with r3270 and r3271. There are no plans to release a 2.3 patch.

,