You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HemeLB geometry tool does not allow the radius of inlets/outlets to be selected.
(Please see error message below. Attached are lists of Conda and pip packages)
Ubuntu version: 20.04.2
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from [] key DefaultIoletRadius
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Controller.PlacedIoletController.PlacedIoletListController object at 0x7f33e6d19eb8> key SelectedIndex
warnings.warn(f"Attemptin
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
09:38:42: Debug: Unsupported OpenGL attribute 2016311160
09:38:42: Debug: Unsupported OpenGL attribute 1800815215
09:38:42: Debug: Unsupported OpenGL attribute 1999521652
09:38:42: Debug: Unsupported OpenGL attribute 1768842351
09:38:42: Debug: Unsupported OpenGL attribute 1198811991
09:38:42: Debug: Unsupported OpenGL attribute 1768842240
09:38:42: Debug: Unsupported OpenGL attribute 1198811991
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:42.386: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:43.718: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:43.720: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
When adding an outlet it gives the additional error message:
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Radius
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Centre
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Normal
warnings.warn(f"Attempting to remove observer from {self} key {attr}" conda_list.txt pip_list.txt
)
The text was updated successfully, but these errors were encountered:
Hi @dhardma2 - I think this is fixed in main. Can you check this please? The "disappearing iolet planes" is a known problem, sadly. I recommend trying to avoid resizing them via the 3D controls, instead use the text box to alter the value. Sorry.
Thanks for checking this Rupert. To clarify, it was not letting changing radii even in the text box (I realise I could have been clearer in the initial issue!). I'm planning to reinstall the geometry tool later this week so I'll let you know how it goes.
I'm just letting you know there is a long standing problem with the UI if you manipulate an iolet "wrong" (and I can't define this sadly) it will just disappear permanently
rupertnash
changed the title
No in/outlet radius in HemeLB geometry tool
Geometry tool: iolet planes disappear after interaction and don't come back
Jun 8, 2022
HemeLB geometry tool does not allow the radius of inlets/outlets to be selected.
(Please see error message below. Attached are lists of Conda and pip packages)
Ubuntu version: 20.04.2
Called from the command line with:
hlb-gmy-gui --stl ~/Desktop/HLBGeometries/BifurcationSingle3/bifurcation_clipped.stl
error message:
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from [] key DefaultIoletRadius
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Controller.PlacedIoletController.PlacedIoletListController object at 0x7f33e6d19eb8> key SelectedIndex
warnings.warn(f"Attemptin
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
09:38:42: Debug: Unsupported OpenGL attribute 2016311160
09:38:42: Debug: Unsupported OpenGL attribute 1800815215
09:38:42: Debug: Unsupported OpenGL attribute 1999521652
09:38:42: Debug: Unsupported OpenGL attribute 1768842351
09:38:42: Debug: Unsupported OpenGL attribute 1198811991
09:38:42: Debug: Unsupported OpenGL attribute 1768842240
09:38:42: Debug: Unsupported OpenGL attribute 1198811991
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:42.386: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:43.718: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
(hlb-gmy-gui:3097): Gdk-WARNING **: 09:38:43.720: ../../../../../gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window
When adding an outlet it gives the additional error message:
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Radius
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Centre
warnings.warn(f"Attempting to remove observer from {self} key {attr}")
/home/dhardma2/anaconda3/envs/gmyHLB/lib/python3.6/site-packages/HlbGmyTool/Util/Observer.py:299: UserWarning: Attempting to remove observer from <HlbGmyTool.Model.PlacedIolet.PlacedInlet object at 0x7f33e57233c8> key Normal
warnings.warn(f"Attempting to remove observer from {self} key {attr}"
conda_list.txt
pip_list.txt
)
The text was updated successfully, but these errors were encountered: