Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] committed Aug 8, 2018
1 parent ef266ad commit 67539be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/RayTraceEllipsoid.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__()

module RayTraceEllipsoid

using CoordinateTransformations, StaticArrays, UnitfulAngles
Expand Down
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using RayTraceEllipsoid, UnitfulAngles, LinearAlgebra
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
using Test

r = Ray()
@test r.dir == Vec(1,0,0)
Expand Down

0 comments on commit 67539be

Please sign in to comment.