Kevin Davies

Results 23 comments of Kevin Davies

From email to Sebastian Stratbücker 4/25/14: ModelicaRes only uses wx for two things: - a directory selector (`wx.DirSelector`) in the save function of`base.py` - a fairly simple variable browser (`SimRes.browser()`)...

It may also be good to use QT in the `bin/loadres` script instead of easygui.

Now using PyQt4 instead of easygui but still need to eliminate wx.

wx is no longer needed for installation. It's only loaded when the browse() method is called. I switched from PyQt4 to PySide because it worked more easily and it has...

I merged it into the main branch, although it still needs some more work before release (documentation and general cleanup). On Mon, Feb 23, 2015 at 10:16 PM, arnoutaertgeerts [email protected]...

`dymsim` works for me, but that's on linux. I'll update the documentation. I haven't had time yet. On Fri, Feb 27, 2015 at 5:47 AM, arnoutaertgeerts [email protected] wrote:@kdavies4 Have you...

That would be awesome. I want to get this cleaned up and released by the next meeting (March 12, I think). On Tue, Mar 03, 2015 at 12:08 AM, arnoutaertgeerts...

I just noticed this open issue. In version 0.12 and earlier, use the `names` method. This will be renamed to `find` in version 0.13 and above. I'm sorry this wasn't...

Will be supported via a context manager: [modelicares.exps.simulators.fmi](http://kdavies4.github.io/ModelicaRes/modelicares.exps.simulators.html#modelicares.exps.simulators.fmi)

I got the following error when I tried simulations.ipynb: AttributeError: 'pyfmi.fmi.FMUModelCS1' object has no attribute 'setup_experiment I got a similar error with using ME instead of CS: AttributeError: 'pyfmi.fmi.FMUModelME1' object...