Skip to content

Commit ad90f3e

Browse files
committed
modified: Project.toml 0.1.51
modified: test/plots_1.jl Reduced import
1 parent 245fbbf commit ad90f3e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MechGluecode"
22
uuid = "3017d99d-ab52-4519-99a2-fa9ddc4637fe"
33
authors = ["hustf <[email protected]> and contributors"]
4-
version = "0.1.5"
4+
version = "0.1.51"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -23,9 +23,9 @@ Unitfu = "5ee08b94-2369-4f4a-b8c7-99333ba35fb0"
2323
julia = "1"
2424

2525
[extras]
26-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2726
SnoopCompile = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
2827
SnoopCompileCore = "e2b509da-e806-4183-be48-004708413034"
28+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929

3030
[targets]
3131
test = ["Test"]

test/plots_1.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using Test
2-
import MechanicalUnits: @import_expand
2+
import MechanicalUnits: @import_expand, , Quantity
33
@import_expand(m, s, N) # Takes long if defined late)
44
using MechGluecode
55
import Plots
6+
using Plots: plot
67
import MechGluecode
78

89
@testset "Plots mixed quantity" begin

0 commit comments

Comments
 (0)