[code] testing

This commit is contained in:
wendtalexander 2024-10-19 09:24:30 +02:00
parent c805605ecf
commit 790b584d49

View File

@ -37,5 +37,9 @@ if __name__ == "__main__":
- Plotting scripts should start with plot, so that one can create a bash script for that executes all plot* scripts
- If you use a directory for managing specific task, in python it is called a module, you neeed a __init__.py file in the directory more in [packagehowto](https://whale.am28.uni-tuebingen.de/git/pweygoldt/packagehowto)
# Naming conventions
- Use snake_case for functions and variables