Skip to content

Commit 12746cf

Browse files
DatserisTortar
andauthored
Update uncertainty example (#1150)
* [WIP] introduce uncertainty * add nice example of uncertainty * rename page * fix in-code comments * Apply suggestions from code review Co-authored-by: Adriano Meligrana <[email protected]> --------- Co-authored-by: Adriano Meligrana <[email protected]>
1 parent 257a99e commit 12746cf

File tree

6 files changed

+209
-202
lines changed

6 files changed

+209
-202
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Agents"
22
uuid = "46ada45e-f475-11e8-01d0-f70cc89e6671"
33
authors = ["George Datseris", "Tim DuBois", "Aayush Sabharwal", "Ali Vahdati", "Adriano Meligrana"]
4-
version = "6.2.7"
4+
version = "6.2.8"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ LightOSM = "d1922b25-af4e-4ba3-84af-fe9bea896051"
2424
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2525
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
2626
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
27+
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
2728
OSMMakie = "76b6901f-8821-46bb-9129-841bc9cfe677"
2829
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2930
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -42,5 +43,6 @@ DelaunayTriangulation = "1"
4243
Documenter = "1"
4344
Graphs = "1"
4445
Measurements = "2"
46+
MonteCarloMeasurements = "1.4"
4547
OrdinaryDiffEq = "6"
4648
Pkg = "1"

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pages = [
2323
"BlackBoxOptim.jl" => "examples/optim.md",
2424
"DifferentialEquations.jl" => "examples/diffeq.md",
2525
"Graphs.jl" => "examples/schoolyard.md",
26-
"Measurements.jl" => "examples/measurements.md",
2726
"CellListMap.jl" => "examples/celllistmap.md",
28-
"DelaunayTriangulation.jl" => "examples/delaunay.md"
27+
"DelaunayTriangulation.jl" => "examples/delaunay.md",
28+
"Uncertanty Propagation" => "examples/measurements.md",
2929
],
3030
"performance_tips.md",
3131
"comparison.md",

0 commit comments

Comments
 (0)