We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca445b8 commit 72eb6d6Copy full SHA for 72eb6d6
cobaya/cosmo_input/__init__.py
@@ -1,5 +1,5 @@
1
try:
2
- from .gui import gui_script
+ from .gui import gui_script as gui_script
3
except ImportError:
4
# PySide not installed, but pass for now (will fail at GUI initialization)
5
pass
0 commit comments