Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent numbering for tutorials #3959

Closed
RudolfWeeber opened this issue Oct 20, 2020 · 2 comments · Fixed by #3993
Closed

Consistent numbering for tutorials #3959

RudolfWeeber opened this issue Oct 20, 2020 · 2 comments · Fixed by #3993
Assignees

Comments

@RudolfWeeber
Copy link
Contributor

No description provided.

@RudolfWeeber
Copy link
Contributor Author

Indicate difficulty level

@KaiSzuttor
Copy link
Member

remove numbering

@RudolfWeeber RudolfWeeber added this to the Espresso 4.2 milestone Oct 24, 2020
@jngrad jngrad self-assigned this Nov 2, 2020
@kodiakhq kodiakhq bot closed this as completed in #3993 Nov 16, 2020
kodiakhq bot added a commit that referenced this issue Nov 16, 2020
Description of changes:
- remove crystallization tutorial (partial fix for #3955, closes #3820)
- remove tutorial numbers and indicate difficulty level (fixes #3959)
- resolve issues in tutorial LJ (fixes #3934)
- create a tool to simplify editing exercise2 notebooks by temporarily converting solution markdown cells to executable code cells (fixes #3930) and apply pep8 formatting
  ```sh
  # convert solution cells to code cells
  ./pypresso doc/tutorials/convert.py exercise2 --to-py doc/tutorials/lennard_jones/lennard_jones.ipynb
  # edit the notebook
  ./ipypresso notebook
  # convert solution cells back to markdown cells
  ./pypresso doc/tutorials/convert.py exercise2 --to-md doc/tutorials/lennard_jones/lennard_jones.ipynb
  # apply autopep formatting rules
  ./pypresso doc/tutorials/convert.py exercise2 --pep8  doc/tutorials/lennard_jones/lennard_jones.ipynb
  ```
- implement an autocorrelation function `espressomd.analyze.autocorrelation()` to calculate the ACF of 1-dimensional and 2-dimensional data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants