Skip to content

Commit a5f1aba

Browse files
update links and deps class01
1 parent 6665694 commit a5f1aba

3 files changed

Lines changed: 99 additions & 2 deletions

File tree

class01/Manifest.toml

Lines changed: 95 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

class01/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ImageEdgeDetection = "2b14c160-480b-11ea-1b58-656063328ff7"
1010
ImageFeatures = "92ff4b2b-8094-53d3-b29d-97f740f06cef"
1111
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
1212
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
13+
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
1314
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
1415
MarkdownLiteral = "736d6165-7244-6769-4267-6b50796e6954"
1516
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
@@ -23,3 +24,4 @@ ShortCodes = "f62ebe17-55c5-4640-972f-b59c0dd11ccf"
2324
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2425
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2526
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
27+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

class01/background_materials/optimization_motivation.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using InteractiveUtils
66

77
# ╔═╡ f0c826c7-b2e3-4dbf-b29d-37623aa4d7c6
88
begin
9+
class_dir = dirname(@__DIR__)
910
import Pkg
1011
Pkg.activate("..")
1112
Pkg.status()
@@ -77,7 +78,7 @@ begin
7778
return uniq
7879
end
7980

80-
img = load("layout.png")
81+
img = load(joinpath(class_dir, "layout.png"))
8182
gimg = Float64.(gray.(Gray.(img)))
8283

8384
_edges = detect_edges(

0 commit comments

Comments
 (0)