Tristan Hearn

Results 21 comments of Tristan Hearn

Agreed that the ability to remove the 'Unassigned items' bucket from the board view would be great. Otherwise, the view is not very useful, based on how much screen space...

In the traceback for the error, does it come from lib/interface.py or lib/signalprocess.py?

Good to hear; this step in the code could be optimized in a few different ways too. I need to look it over again and re-implement for performance.

Hm, that is very strange. When you ran get_pulse.py, it was using an activated environment, right?

I know that there is a version conflict with enthought traits (package called "ETS" when setting up python(x,y)), between the version installed by python(x,y) and the version used by OpenMDAO....

@JoshuaToenyes what OSX version are you running? I can try to reproduce the error.

Do the other functions of the application (data plotting, etc) work fine as well? And do you get this error when running any other OpenCV based applications? I uploaded a...

@manolovaza , are you also on Ubuntu? I've unfortunately had a difficult time reproducing the result, it seems to be an OpenCV build issue. It doesn't seem to be something...

I've done some experimentation on using both PCA and FastICA (via the Python MDP library) across all three color channels. Surprisingly, the projection ends up being highly weighted towards the...

Hmm, OpenCV is very picky when it comes to data formatting sometimes, and the errors that different builds give are difficult to replicate across platforms. Just before line 113 of...