Skip to content

Commit

Permalink
modified: Project.toml 0.1.51
Browse files Browse the repository at this point in the history
modified:   test/plots_1.jl Reduced import
  • Loading branch information
hustf committed May 10, 2021
1 parent 245fbbf commit ad90f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MechGluecode"
uuid = "3017d99d-ab52-4519-99a2-fa9ddc4637fe"
authors = ["hustf <[email protected]> and contributors"]
version = "0.1.5"
version = "0.1.51"

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

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

[targets]
test = ["Test"]
3 changes: 2 additions & 1 deletion test/plots_1.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using Test
import MechanicalUnits: @import_expand
import MechanicalUnits: @import_expand, , Quantity
@import_expand(m, s, N) # Takes long if defined late)
using MechGluecode
import Plots
using Plots: plot
import MechGluecode

@testset "Plots mixed quantity" begin
Expand Down

0 comments on commit ad90f3e

Please sign in to comment.