aiidalab / aiidalab/aiidalab-qe

Show result panel immediately when available.

オープン
#554 コメント 0 件 リアクション 0 件 担当者 1 名 @superstar54 が担当を希望しています GitHub で見る
enhancement
主要言語
Python
スター
33
フォーク
25
平均マージ
6時間 7分
マージ済み PR(30日)
8

説明

In the QeAppWorkChain, it submits all plugin workchains in parallel in one step. This is good. But, it will only output the result when this step is finished, which means the result panel can not get results for the already finished plugins.
```python
cls.run_plugin,
cls.inspect_plugin,
```
### Improvement
Before, the plugin read the result from the sub-process of the plugin directly. But in order to simplify the unit test for the workchain, we removed it and used `out_many` to output the result to the QeAppWorkChain's result. We may consider moving it back and updating the method for the unit test.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。