Skip to content

Commit

Permalink
fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Aug 8, 2024
1 parent 4a1d6e1 commit 0bc02b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testdata/config_test.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"general": {
"input_path": "tests/testdata/inputs",
"input_path": "tests/testdata/inputs/",
"output_path": "tests/testdata/output/",
"num_cores": 50,
"num_patches": 1,
"apply_temporal_unwrapping": true,
"spatial_unwrapping_method": "puma",
"logging_level": "INFO",
"logging_level": "info",
"logfile_path": "tests/testdata/logfiles/"
},
"phase_linking": {
Expand All @@ -18,8 +18,8 @@
"mask_ps_file": "tests/testdata/maskPS.h5"
},
"preparation": {
"start_date": null,
"end_date": null,
"start_date": "",
"end_date": "",
"ifg_network_type": "star",
"num_ifgs": 3,
"max_tbase": 100,
Expand All @@ -42,7 +42,7 @@
},
"filtering": {
"coherence_p2": 0.9,
"apply_aps_filtering": true,
"apply_aps_filtering": false,
"interpolation_method": "kriging",
"grid_size": 1000,
"mask_p2_file": null,
Expand Down

0 comments on commit 0bc02b8

Please sign in to comment.