Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmh91 committed Dec 3, 2021
1 parent 253162f commit dd3ef78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ using Unitful
testdata_path = joinpath(LegendTestData.legend_test_data_path(), "data", "ldsim")

@testset "Package LegendGeSim" begin
detector_metadata_file = joinpath(testdata_path, "invcoax-metadata.json") # path to my detector metadata
simulation_config_file = joinpath(dirname(dirname(pathof(LegendGeSim))), "examples/configs/SSD_NoiseSim.json")
detector_metadata_filename = joinpath(testdata_path, "invcoax-metadata.json") # path to my detector metadata
sim_settings_ssd_filename = joinpath(dirname(dirname(pathof(LegendGeSim))), "examples/configs/SSD_NoiseSim.json")


@testset "Field Simulation (SSD)" begin
Expand Down

0 comments on commit dd3ef78

Please sign in to comment.