s-ccs / summerschool_simtech_2023

SimTech Summer School 2023
https://www.simtech-summerschool.de/
MIT License
5 stars 6 forks source link

Add first draft material for testing #11

Closed uekerman closed 9 months ago

uekerman commented 9 months ago
behinger commented 9 months ago
behinger commented 9 months ago

ok - I started converting stuff to Julia.

PS: Corona in the house - let's see when I can work on it again :D

uekerman commented 9 months ago

Let's try to put all lecture content into one slides.md similar to #13 Let's drop coverage, we anyway have to shorten things. Will come with PkgTemplates.jl.

behinger commented 9 months ago

I added the MyStatsPackage, I didnt want to copy my function so I import it with a relative path which resides outside of the package, which is really bad style because it requires the MyStatsPackage to stay exactly where it is in terms of absolute paths. But if you keep that in mind you should be fine ;)

For your tests just copy it to ./MyStatsPackage/src/statistics.jl

uekerman commented 9 months ago

Demo should be ready, only open TODO is the exercise.

uekerman commented 9 months ago

Ready for review / merge from my side.