Skip to content

Commit

Permalink
clean up test files a little
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Dec 28, 2022
1 parent a0f436e commit e5ce935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down
7 changes: 1 addition & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#!/usr/bin/env julia

# Tests against astropy.

using AstroAngles
using ConstructionBase: setproperties
using DelimitedFiles
using Printf
using LinearAlgebra: normalize
using SkyCoords
using StableRNGs
using Statistics
using Test
using ConstructionBase: setproperties

import SkyCoords: lat, lon

Expand Down

0 comments on commit e5ce935

Please sign in to comment.