Alina Dima

Results 7 comments of Alina Dima

I had the same issue. I replaced the faulty line in the build folder (`/software/SimpleElastix/build/SimpleITK-build/Wrapping/Ruby/SimpleITKRUBY_wrap.cxx:1264`) with `rb_define_virtual_variable("SWIG_TRACKINGS_COUNT", (rb_gvar_getter_t *)swig_ruby_trackings_count, (rb_gvar_setter_t *)NULL);` as suggested [here](https://github.com/swig/swig/issues/1689#issuecomment-569448002), then recompiled `make -j4`.

Here's a screenshot: ![image](https://github.com/pyvista/pyvista/assets/5254495/a066e07b-73df-40cf-abfa-08f465efcdd6)

I have tried changing the proxy address as you showed with the IP of my remote, but unfortunately it doesn't work. I have also tried installing `trame_jupyter_extension` and setting it...

Thank you for you suggestions! Unfortunately, even with a freshly created environment I am unable to get everything to work together. At this point I'm not sure if it's a...

@somogyijanos, that's really cool, thank you for sharing! Unfortunately it still doesn't fix the issue for me.

Would also really love such a feature, eg. for setting baselines that have entirely different hyperparameters. One idea would be to have multiple filter profiles, and only filter out the...

Alternatively, one can replace the line: `SET(Qt5_PATH "" CACHE PATH "Path to directory where Qt 5 is installed. Directory should contain lib and bin subdirectories.")` by `SET(Qt5_PATH "")` in the...