Fixed comments from Christoph Buchner and Martin#8
Conversation
|
it is typically more useful to add this to the already existing PR #7 as an additional commit. this way discussion/remarks get preserved, and fixed section are more readily apparent. edit: you can do this by sending a PR with the fixes to Alachew's master at https://github.com/alash325/OMPython/tree/master |
|
also, regarding the comments: if all you do is repeat the function name, this it typically not very useful. It's better to (also) specify details about input arguments, returned objects, potential exceptions. As a simple example, I used one of your member functions: better would be,e.g., |
|
also, maybe, before investing this work, coordinate with @sjoelund if he intends to merge the (improved) work. |
|
Import FMU is not working in your updated code i.e convertFmu2Mo. I think you removed the following function def requestApi__(self, apiName, entity ). |
|
Thanks you Alachew for reminding. I forgot that i have been calling that On Thursday, 14 April 2016, Alachew Mengist notifications@github.com
With Regards, |
Fixed comments from Christoph Buchner and Martin