From 9971bdd17259cceb878d1d803a036f0ce5d81f9c Mon Sep 17 00:00:00 2001 From: Michail Alexakis <alexakis@athenarc.gr> Date: Sat, 3 Jun 2023 17:41:43 +0300 Subject: [PATCH] [psd/1] Specify input file as path (rather than location) --- psd/1/input.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psd/1/input.yml b/psd/1/input.yml index 68d1a39..5f9ce0f 100644 --- a/psd/1/input.yml +++ b/psd/1/input.yml @@ -1,7 +1,7 @@ input_file: class: File - location: 'https://data-proxy.ebrains.eu/api/v1/permalinks/06b0b2c8-31cb-4108-b6a7-0d275e118339' - #path: 'input/1.mat' + #location: 'https://data-proxy.ebrains.eu/api/v1/permalinks/06b0b2c8-31cb-4108-b6a7-0d275e118339' + path: 'input/1.mat' channels: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] psd_output_file_name: 'psd.json' output_file_name: 'output.png' -- GitLab