Anna Petrasova
Anna Petrasova
You can try the code I [linked](https://github.com/CellProfiler/CellProfiler/blob/master/cellprofiler/gui/app.py#L60): ``` import locale # Need to startup wx in English, otherwise C++ can't load images. self.locale = wx.Locale(wx.LANGUAGE_ENGLISH) # Ensure Python uses the...
I merged a fix, the GUI should at least start now, but the problem with loading libraries would be still there (not sure why that happens), so some functionality wouldn't...
I think comparing `q1 != 0.0` is not going to work for float numbers, usually you would compare it with a threshold. Please see how GRASS_EPSILON is used. To help...
> @marisn yes, re q1 != 0.0, that's exactly right, it just guards against when q1 really is exactly 0.0 > > * I'll try and find some time to...
Not sure, when I run it locally, the test fails for me as well. Some notes though: 1.This change seems to be adding compiler warnings: ``` main.c:1831:9: warning: ‘isBestAM’ may...
> 1. 0.2,0.2 all the way to 0.9,0.9 with step 0.05 I didn't test but I would try different radius for the box and the gaussian filter. Unfortunately the documentation...
That may not be that simple, I am not planning to work on this anytime soon.
This is mixing a bugfix and enhancement, so it seems to me the CleanManager should be separated into another PR. There have been changes (#2584) and I didn't test recently...
It looks like the grid.py tests are broken, but I don't see why this change would trigger that. Anyway, the doctest probably needs to be fixed, it shouldn't require SEARCH_PATH.
I am unsure 2-line prompt is better, I am pretty happy with the current state on bash.