* Add first draft material for testing * added some first test stuff in julia * add asserti error * Rework intro slides * added package * Wrap up testing slides expect demo * Smooth demo part * Add statement on tests * Remove previous python exercise file --------- Co-authored-by: behinger (s-ccs 001) <benedikt.ehinger@vis.uni-stuttgart.de>
8 lines
226 B
TOML
8 lines
226 B
TOML
name = "MyStatsPackage"
|
|
uuid = "867243ab-1459-4018-9627-69ff6fe7dbfd"
|
|
authors = ["behinger (s-ccs 001) <benedikt.ehinger@vis.uni-stuttgart.de>"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
|