Skip to content

Commit

Permalink
Merge pull request #3 from control-toolbox/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
[AUTO] JuliaFormatter.jl run
  • Loading branch information
ocots authored Aug 26, 2024
2 parents 18e3f1f + eaf996d commit 136d838
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
15 changes: 6 additions & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ makedocs(
warnonly = :cross_references,
sitename = "Medical Resonance Imaging",
format = Documenter.HTML(
prettyurls = false,
prettyurls = false,
size_threshold_ignore = ["saturation.md", "bloch-equation.md"],
assets=[
assets = [
asset("https://control-toolbox.org/assets/css/documentation.css"),
asset("https://control-toolbox.org/assets/js/documentation.js"),
],
),
pages = [
"Introduction" => "index.md",
"Bloch equation" => "bloch-equation.md",
"Introduction" => "index.md",
"Bloch equation" => "bloch-equation.md",
"Saturation problem" => "saturation.md",
]
],
)

deploydocs(
repo = "github.com/control-toolbox/medical_resonance_imaging.git",
devbranch = "main"
)
deploydocs(repo = "github.com/control-toolbox/medical_resonance_imaging.git", devbranch = "main")
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ using MedicalResonanceImaging

#
@testset verbose = true showtiming = true "Base" begin
for name (
:default,
)
for name (:default,)
@testset "$(name)" begin
test_name = Symbol(:test_, name)
include("$(test_name).jl")
Expand Down
4 changes: 2 additions & 2 deletions test/test_default.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# test_default
function test_default()
@test MedicalResonanceImaging.greet() isa Nothing
end
@test MedicalResonanceImaging.greet() isa Nothing
end

0 comments on commit 136d838

Please sign in to comment.