David Blum

Results 75 comments of David Blum

Great, thanks. Good catch, I will implement ``df.loc[start:end]``. This is how it is implemented elsewhere in MPCPy. Two questions regarding the options of ModestPy: 1) ``sqp_opts`` is listed as an...

Agree that it could be implemented wholistically in MPCPy. I do not want to implement that in this issue, however. For now, let's not implement the ic_param argument for ModestPy....

I added 6.1.2 to the check list. You can do this by adding the ModestPy class in the docstring of mpcpy/models.py in the section: ``` Estimate Methods ================ .. autoclass::...

Thanks for this. I added some comments to https://github.com/lbl-srg/MPCPy/commit/82c11c8defe61290224eb64235fb0821f1c0c0de and will look into the warnings generated.

This issue is to add logging.

Thanks for opening this. I think this issue should generally address cross-platform compatibility. I'm including @LisaRivalin because she was also going to look into this as well.

@krzysztofarendt I've merged a hefty development branch to master via https://github.com/lbl-srg/MPCPy/pull/32. Please merge the master back to this branch locally, resolve conflicts, and push back the branch. I'm sorry for...

I've changed the name of this issue to be more descriptive of what we're trying to do. @krzysztofarendt please change the name of the associated branch. The checklist for this...

Made fmus for weather processor and building emulation (for unittests) with @GersHub. Also, use of tzwhere = 2.3 works as outlined in the Userguide section 2. All in all, we're...

test_models.EstimateFromJModelica produces error from mumps solver having to do with memory allocation. Solved by decreasing the JModelica optimization option ['IPOPT_options']['mumps_mem_percent'] to 5 per recommendation [here](https://www.coin-or.org/Ipopt/documentation/node60.html#SECTION0001120030000000000000) (default is 1000). Need to...