https://github.com/helmholtz-ai-energy/snippets
Useful code snippets. Anything which we can copy paste from project to project
https://github.com/helmholtz-ai-energy/snippets
Last synced: 5 months ago
JSON representation
Useful code snippets. Anything which we can copy paste from project to project
- Host: GitHub
- URL: https://github.com/helmholtz-ai-energy/snippets
- Owner: Helmholtz-AI-Energy
- License: bsd-2-clause
- Created: 2022-12-12T09:30:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:22:19.000Z (11 months ago)
- Last Synced: 2024-11-06T15:29:36.174Z (11 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snippets
Useful code snippets. Anything which we can copy paste from project to project# Organization
- `hpc+unix`: folder for things related to the HPC machines.
- `python`: folder for general python things.
- `nn`: folder for neural network related things
- `plotting`: folder for plotting related things# File Names
Please give useful filenames and maintain some sense of organization!
i.e. plotting snippets go into a plotting folder# Uncertainty
- the uncertainty of a set of measurements can be the std of the measurement points
- the plus/minus of it is HALF the std
- if you need to do calculaations with that uncertainty, the uncertainy needs to be propagated through the equation.
- one can do this by hand, but it sucks. i recommend this: https://www.wolframalpha.com/widgets/view.jsp?id=3df8a5c5bad0ce42dd15e6c408b11d28