Simon Adorf

Results 128 comments of Simon Adorf
trafficstars

I've tried to analyze the import structure using [pydeps](https://github.com/thebjorn/pydeps) on _next_ and here is the result (`$ pydeps signac --rankdir BT --cluster`): ![signac](https://user-images.githubusercontent.com/1441208/179725693-d9f06b88-0fb8-4986-83f3-18132a17fcd8.svg) Here are my main conclusions: 1. The...

> Regarding the `synced_collections` import, this was intentional. I'm happy to revisit the discussion, but the original rationale for this design is that, while `signac` happens to depend almost exclusively...

> * Although I have seen `vendor`, empirically `thirdparty` or `extern` are more common in my experience. That's mainly just a naming quibble, though. Happy to adopt whatever is most...

I already experimented with creating a prototype, but obviously rewiring all the imports takes some effort. @bdice pointed out that we should wait with this until a late stage before...

I agree with Vyas. The formalized default value should be the one that is actually matching the function signature, but the description should mention what the code logic will then...

I have prepared a test deployment at https://aiida-tutorial-2022-test.aiidalab.xyz based on the [revised docker stack](https://github.com/aiidalab/aiidalab-docker-stack) with Python 3.9.4 and AiiDA 2.0.0.

> Thanks @unkcpz for letting us know! I'll adapt the timeout in the terraform setup. > > @csadorf just to be sure, the value to be adapted is the `startTimeout`...

> However, something we should consider for the event is using several regions on AWS. People connecting from China may not have a very good speed to Ireland. @csadorf what...

I disagree with the prioritization here and have adjusted it. Further more, I am going to evaluate this, but realistically we are most likely not going to deploy in multiple...

> The tutorial will be run on the Azure resources, but for the initial testing you can just set up your own v2.0 environment? I don't think the AiiDAlab deployment...