From 1d8ae00543639cc527b0e6875e33d1ee75c9c175 Mon Sep 17 00:00:00 2001 From: johaGL Date: Mon, 18 Sep 2023 14:24:15 +0200 Subject: [PATCH] enhance(visualization): figure_format arg in all 6 viz methods --- src/dimet/config/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dimet/config/config.yaml b/src/dimet/config/config.yaml index 6b55197..a338f1d 100644 --- a/src/dimet/config/config.yaml +++ b/src/dimet/config/config.yaml @@ -3,8 +3,11 @@ hydra: chdir: true run: dir: ../outputs/${now:%Y-%m-%d}/${now:%H-%M-%S}/${analysis.dataset.label}-${analysis.method.label} + +# Notes: +# This config.yaml file is never used by the code, but remains here as template. +# All the method/*.yaml files YES THEY ARE USED by the code -# check https://hydra.cc/docs/patterns/specializing_config/ for more info about this defaults: - analysis: abundance_plot - _self_ @@ -12,3 +15,4 @@ defaults: figure_path: figures table_path: tables +# check https://hydra.cc/docs/patterns/specializing_config/ for more info about this