Skip to content

Commit 72f44c3

Browse files
updated formatting
1 parent aea151c commit 72f44c3

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

lib/ModelingToolkitBase/src/ModelingToolkitBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(DocStringExtensions.README)
44
module ModelingToolkitBase
55

66
if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@max_methods"))
7-
@eval Base.Experimental.@compiler_options max_methods=1
7+
@eval Base.Experimental.@compiler_options max_methods = 1
88
end
99

1010
using PrecompileTools, Reexport

lib/ModelingToolkitBase/src/derivative_dict.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ for T in [:DerivativeDict, :ExpandDerivativeDict]
8989

9090
end
9191
end
92-

lib/ModelingToolkitBase/test/initial_values.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ if !@isdefined(ModelingToolkit)
463463
@testset "Issue#4641" begin
464464
@parameters x0[1:2] = [1.0, 2.0]
465465
@variables xc(t)[1:2] = x0
466-
sys = System([D(xc) ~ -(xc .- x0)], t; name = :sys)
466+
sys = System([D(xc) ~ -(xc .- x0)], t; name = :sys)
467467
sys′ = ModelingToolkitBase.subset_tunables(mtkcompile(sys), [])
468468
@test_nowarn ODEProblem(sys′, [], (0.0, 1.0))
469469
end

src/precompile.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ PrecompileTools.@compile_workload begin
3838
sccprob = SCCNonlinearProblem(model, nothing)
3939
solve(sccprob, SimpleNonlinearSolve.SimpleNewtonRaphson())
4040
end
41-

0 commit comments

Comments
 (0)