Skip to content

Commit

Permalink
another attempt to clean dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Mar 16, 2021
1 parent 81b56c1 commit 2ac2ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Expand All @@ -29,7 +28,6 @@ DiskArrays = "0.2"
DiskArrayTools = "0.1"
FFTW = "1"
GeoInterface = "0.4, 0.5"
Interpolations = "0.13"
OnlineStats = "1"
Polynomials = "1"
Shapefile = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions src/remap.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DiskArrayTools: InterpolatedDiskArray
using Interpolations: Linear, Flat, Constant, NoInterp
using DiskArrayTools: InterpolatedDiskArray, DiskArrayTools
using DiskArrayTools.Interpolations: Linear, Flat, Constant, NoInterp
using DiskArrays: eachchunk, GridChunks
"""
spatialinterp(c,newlons::AbstractRange,newlats::AbstractRange;order=Linear(),bc = Flat())
Expand Down

0 comments on commit 2ac2ce4

Please # to comment.