nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#726 Deferred initialization behavior not well defined, #2464

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

The spec is not really clear on whether objects that have already been initialized can be called to initialize again if some other object has deferred itself. I don't think an object that has successfully initialized should be called again, but the code in init_by_deferral() does this.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin": * owner changed from jcfuller to dchassin

,

"dchassin":By the way, the technical manual for initialization does not document the initialization sequence completely or correctly. For example, it is missing the require name test for V3 or later.

,

"jcfuller": * owner changed from dchassin to andyfisher

,

"jcfuller": * version changed from 3.0 to 3.1

Diff: