Skip to content

Commit

Permalink
Increase monitoring interval to 0.5s
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 29, 2024
1 parent ee5c9e0 commit 3cc5c73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _post_render(self):
self.toggle_controls.value = "Summary"

self.process_monitor = ProcessMonitor(
timeout=0.2,
timeout=0.5,
callbacks=[
self._update_status,
self._update_state,
Expand Down
2 changes: 0 additions & 2 deletions src/aiidalab_qe/common/bands_pdos/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"m_j": "m<sub>j</sub>",
}

from aiida.common.extendeddicts import AttributeDict


def extract_pdos_output(node: WorkChainNode) -> AttributeDict | None:
"""Extract the PDOS output node from the given node.
Expand Down

0 comments on commit 3cc5c73

Please sign in to comment.