nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#24 Order of create calls in template is incorrect, #748

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

The create method in the template needs to call the parent object create, memcopy it's own defaults, and provide any context specific changes to default values, in that order.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user mhauer does not exist anymore. Therefore assigning this to afisher1.

The template is no longer provided in the source code. With support for runtime classes, the question remains only whether we care. We have a script in utilities that can add modules and add classes, but right now it's a bash script.

How about we make this a python script so it can be run on any platform?

,