Skip to content

Commit

Permalink
Removed nested 'using Plots' and disabled scanner tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Dec 7, 2021
1 parent 2025764 commit 976f32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Plots

export SimpleBoreCollisionModule, SimpleBoreCollisionModuleParams

Base.@kwdef struct SimpleBoreCollisionModuleParams <: DeviceParams
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using Unitful
testConfigDir = normpath(string(@__DIR__), "TestConfigs")
addConfigurationPath(testConfigDir)

#testScanner = "TestSimpleSimulatedScanner"
include("Devices/DeviceTests.jl")
include("Scanner/ScannerTests.jl")
#include("Scanner/ScannerTests.jl")
include("Safety/SafetyTests.jl")

2 comments on commit 976f32c

@nHackel
Copy link
Member Author

@nHackel nHackel commented on 976f32c Dec 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/50077

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 976f32c2608b7d9d52b4005607e66dac00a681f4
git push origin v0.2.0

Please sign in to comment.