Sam Dareska
Sam Dareska
During [this discussion](https://github.com/pyiron/pyiron_base/issues/1433) some people pointed out that restarting should not behave as it does right now. - Restart should behave like interactive job - Restart should be systematic: -...
@freyso
```python from pysqa import QueueAdapter QueueAdapter() ``` raises the error: ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[30], line 3 1 from pysqa import QueueAdapter ----> 3 QueueAdapter()...