Skip to content

Commit

Permalink
Merge branch 'main' into example-lab-report
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJosh committed Sep 23, 2024
2 parents 2b62abe + 6ee25a1 commit c22b0ae
Show file tree
Hide file tree
Showing 45 changed files with 288 additions and 14 deletions.
1 change: 1 addition & 0 deletions exercises-toolbox/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.dummy
vorlage.py
FB53-Coronafallzahlen.csv
4-scipy/3-polyfit/daten.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions exercises-toolbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ all: $(BUILDS)
@cp -r 1-python build/exercises-toolbox-1
@cp -r 2-numpy 3-matplotlib build/exercises-toolbox-2
@cp -r 4-scipy 5-uncertainties build/exercises-toolbox-3
@cp -r 6-make build/exercises-toolbox-4
@cp -r 7-git 8-all build/exercises-toolbox-5
@cp -r 6-git build/exercises-toolbox-4
@cp -r 7-make 8-all build/exercises-toolbox-5
@rm -rf build/exercises-toolbox-{1,2,3,4,5}/*/{,*/}{Makefile,.gitignore,__pycache__,*.dummy}
@cd build ; \
for day in 1 2 3 4 5 ; do \
Expand Down
Loading

0 comments on commit c22b0ae

Please sign in to comment.