Marnik Bercx
Marnik Bercx
In several parts of the tutorial we use `wget` to download files: https://github.com/aiidateam/aiida-tutorials/blob/96966291557fd1e9e8f85b0aa044f9b5823ec764/docs/sections/running_processes/basics.md?plain=1#L56-L58 The idea was that it's easy to copy paste and use on a remote machine, whereas `download`...
The current computer setup does not specify the default number of MPI processes per machine. This causes the work chain submitted by the `get_builder_from_protocol()` method to except when the resources...
One nice feature in AiiDA is that you can automatically serialize inputs into AiiDA data types by specifying a `serializer` on the input port: https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/processes/usage.html#automatic-input-serialization This allows users to pass...
In https://github.com/aiidateam/aiida-core/pull/5073, the entry points of plugins that ship with `aiida-core` are prefixed with `core.`. Once this change has been released, the tutorial material must be updated to reflect this...
The `direct` scheduler is used for the tutorial because we are typically only running a few calculations, so the resources of the machine are not overwhelmed. However, if this is...
In this issue we'll keep track of testing of the tutorial material for the 2021 tutorial. All testing is done on the JupyterHub cluster set up by @csadorf. The link...
**General note:** Make any changes by opening a PR into the `tutorial-2021-intro-week` branch. I'm preparing a [wiki page with more information on MyST Markdown](https://github.com/aiidateam/aiida-tutorials/wiki/Moving-to-using-MyST-Markdown), but this is still a work...
One potential issue is that some of the participants might not have a lot of Python experience. Rather than write them off, I want to give them a list of...
The 2020 tutorial had several appendices: https://aiida-tutorials.readthedocs.io/en/latest/pages/2020_Intro_Week/index.html#appendices Which are currently missing from the new restructured content. Since they can contain interesting content, and e.g. the Querying tutorial referred to some...
Most likely, the PK's of the participants will be different than the ones from the example snippets for all modules. This raises the question whether we should use `` to...