Nodar Gogoberidze
Nodar Gogoberidze
Seems like it's failing on: > Step # 2 - "run-cloudbuild": Step # 5 - "bazel-tests": FAIL: //tfjs-layers:bs_chrome_mac_tfjs-layers_webgl2_test (see /builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/execroot/tfjs/bazel-out/k8-fastbuild/testlogs/tfjs-layers/bs_chrome_mac_tfjs-layers_webgl2_test/test.log) but not sure how to access the logs.
The simplest thing I can immediately think of is to write an [in-memory text buffer](https://docs.python.org/3/library/io.html#io.StringIO). If no errors are thrown in the process, we can then just dump the contents...
Does the plugins folder still exist, and is it still in the same location: `C:\Users\administrator.OC\AppData\Roaming\CellProfiler\ijplugins` If not you can invoke cellprofiler with the following flag: `--plugins-directory=`. Also make sure the...
Ah, okay it was my fault. Here is CP 5 + GUI times when the bioformats reader is enabled: ``` 5 gui bf: # 1 CPU_time = 761.80 secs, Wall_time...
Yup that was the issue. Was always returning `1` (which is what the previous ImageIO reader does). Other modules (in that pipeline) never pass in the `wants_max_value` flag it turns...
This change + [updated CPA3 for mac source installation](https://github.com/CellProfiler/CellProfiler-Analyst/wiki/CellProfiler-Analyst-Developer's-version-installation-for-Mac#instuctions-for-cpa3) instructions allowed us to build CPA3 from source on Esteban's M2 mac. GUI seemed to work fine there as well as...
Installing wxPython 4.1.0 is very hard on mac arm architectures, because there was no universal mac wheel at that time (mac x86_64 only), and to build the wheel it requires...
Hey @rsenft1! I have not done much work on the `RunCellpose` module myself, but it should in theory be able to handle omnipose models, as detailed [here](https://github.com/CellProfiler/CellProfiler-plugins/blob/master/active_plugins/runcellpose.py#L56-L59). However as you...
Ah, sorry about that @Akankshazmaze. I'll try to find a moment tomorrow to upload a new docker image, and we can just use that. I'll write back with detailed instructions...
Hi again @Akankshazmaze, please do the following: * Navigate to the `Cellprofiler-plugins` directory * Navigate to the `activate_plugins` subdirectory * Open `runcellpose.py` in a text editor * Scroll down to...