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 74b3839 commit f6c8fc8Copy full SHA for f6c8fc8
parsl/executors/high_throughput/executor.py
@@ -739,7 +739,7 @@ def new_block_info():
739
740
block_info: Dict[str, BlockInfo] = defaultdict(new_block_info)
741
742
- for block_id, job_status in self._poller_mutable_status.items():
+ for block_id, job_status in self.status().items():
743
if job_status.state not in TERMINAL_STATES:
744
# TODO: is there a nicer way to make block_info come into existence?
745
# can i write just the expression block_info[block_id] on its own?
0 commit comments