Skip to content

Commit

Permalink
remove Utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jul 10, 2023
1 parent 2365c10 commit e9421d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
2 changes: 0 additions & 2 deletions src/operations/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ using Dates: Dates, DateTime, now

# import MathML

# include("./Utils.jl"); import .Utils: to_prob, unzip, symbolize_args, select_data

# NOTE: Operations exposed to the rest of the Simulation Service
export simulate, calibrate, ensemble

Expand Down
63 changes: 0 additions & 63 deletions src/operations/Utils.jl

This file was deleted.

3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ using SimulationService
@testset "calibrate" begin
# TODO
end
@testset "ensemble" begin
# TODO
end
end


Expand Down

0 comments on commit e9421d1

Please sign in to comment.