Skip to content

Commit

Permalink
Merge branch 'lazy_loading_compatible' of https://github.com/mikibona…
Browse files Browse the repository at this point in the history
…cci/aiidalab-qe-vibroscopy into lazy_loading_compatible
  • Loading branch information
AndresOrtegaGuerrero committed Dec 6, 2024
2 parents 5fc101f + e454b16 commit ea4f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe_vibroscopy/app/result/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def render(self):
)
tab_data.append(("Dielectric Properties", dielectric_widget))

needs_euphonic_tab = self._model.needs_euphonic_tab()
needs_euphonic_tab = False # self._model.needs_euphonic_tab()
if needs_euphonic_tab:
euphonic_model = EuphonicModel()
euphonic_widget = EuphonicWidget(
Expand Down

0 comments on commit ea4f2eb

Please sign in to comment.