Skip to content

Commit 1aec9ab

Browse files
Example testing (#158)
* restore example testing * JuliaFormatter Action Bot (#157) Co-authored-by: eahenle <eahenle@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: eahenle <eahenle@users.noreply.github.com>
1 parent 81cc716 commit 1aec9ab

6 files changed

+1
-21
lines changed

examples/correct_missing_Hs.jl

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 0069ec00-f42b-40bb-a82e-c91ec78583e4
8-
begin
9-
import Pkg
10-
Pkg.add(; url="https://github.com/SimonEnsemble/PoreMatMod.jl")
11-
end
128

139
# ╔═╡ 37939a7a-0651-11ec-11c1-6b5ef0a19ec2
1410
# load required packages (Pluto.jl will automatically install them)

examples/disorder_and_guests.jl

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 8738d1c4-6907-4a7c-96bf-0467b6eb696d
8-
begin
9-
import Pkg
10-
Pkg.add(; url="https://github.com/SimonEnsemble/PoreMatMod.jl")
11-
end
128

139
# ╔═╡ ee100c2d-30aa-4b29-b85e-49417e1ed91c
1410
# load required packages (Pluto.jl will automatically install them)

examples/make_hypothetical_MOF.jl

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 8ae2593a-cb48-44c9-b9dc-ab901c358a06
8-
begin
9-
import Pkg
10-
Pkg.add(; url="https://github.com/SimonEnsemble/PoreMatMod.jl")
11-
end
128

139
# ╔═╡ 16f0e183-f48d-4dcd-8751-d3c61c875e18
1410
# load required packages (Pluto.jl will automatically install them)

examples/missing_linker_defect.jl

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 53071de7-da2f-4628-9313-2124693ce525
8-
begin
9-
import Pkg
10-
Pkg.add(; url="https://github.com/SimonEnsemble/PoreMatMod.jl")
11-
end
128

139
# ╔═╡ d4e77120-8ee6-4514-b066-6127aaa1d6c9
1410
# load required packages (Pluto.jl will automatically install them)

examples/replacement_modes.jl

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ using Markdown
55
using InteractiveUtils
66

77
# ╔═╡ 359a6c00-c9a6-441d-b258-55bfb5deb4b5
8-
begin
9-
import Pkg
10-
Pkg.add(; url="https://github.com/SimonEnsemble/PoreMatMod.jl")
11-
end
128

139
# ╔═╡ a948f8b3-4ec5-40b9-b2c1-fcf5b8ad67fa
1410
# load required packages (Pluto.jl will automatically install them)

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ testfiles = [
22
"moiety.jl"
33
"ullmann.jl"
44
"findreplace.jl"
5-
# "examples.jl"
5+
"examples.jl"
66
]
77

88
@assert VERSION.major == 1

0 commit comments

Comments
 (0)