Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadazimi committed Apr 21, 2024
1 parent 59a7259 commit c91b809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EnsembleKalmanProcesses = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Kinematic1D = "a8a3bb05-6cc5-4342-abf6-5cc636bd2b35"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Expand Down
2 changes: 1 addition & 1 deletion test/experiments/calibrations/run_calibration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Kinematic1D.CalibrateCMP as KCP

include("./config.jl")

data_save_directory = KCP.make_output_directories(dir = joinpath(@__DIR__, "/run_model_output/"))
data_save_directory = KCP.make_output_directories(dir = joinpath(@__DIR__, "/run_calibration_output/"))

config = get_config()

Expand Down

0 comments on commit c91b809

Please sign in to comment.