From d6b1112348d4e16799d242755227d900e87c0fb4 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Sat, 5 Apr 2025 18:57:05 +0200 Subject: [PATCH] Fix path to dielectric constant files in two-layered sphere test --- test_data/sphere/config_two_layers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/sphere/config_two_layers.yml b/test_data/sphere/config_two_layers.yml index ef4f19f3..30cc1202 100644 --- a/test_data/sphere/config_two_layers.yml +++ b/test_data/sphere/config_two_layers.yml @@ -47,7 +47,7 @@ material_settings: # External medium dielectric constant extern_diel : 1.000e+00 # Dielectric constant files folder - dielec_path : "." + dielec_path : "../../ref_data" # List of dielectric constant files (used if diel_flag = 0) dielec_file : [ "eps_draine_Si.csv", "eps_ashok_C.csv"] # Dielectric constant files format (same for all files) -- GitLab