amoghskulkarni / WebGME-MOCA

A domain-specific modeling language for running analyses on manufacturing process models
2 stars 0 forks source link

Invoking the code generator generates ipython notebooks for comment elements #15

Closed amoghskulkarni closed 6 years ago

amoghskulkarni commented 6 years ago

Should be trivial to debug.

amoghskulkarni commented 6 years ago

e82856b29e5ef467973f92f5bbd7f451097a5376 This commit addresses this issue. The code generator now selectively interprets the appropriate nodes in the library after checking their metatypes, not assuming every child node will be of that same particular metatype.