Skip to content

Commit

Permalink
enhance(visualization): figure_format arg in all 6 viz methods
Browse files Browse the repository at this point in the history
  • Loading branch information
johaGL committed Sep 18, 2023
1 parent 1f80a40 commit 1d8ae00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dimet/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ 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_

figure_path: figures
table_path: tables

# check https://hydra.cc/docs/patterns/specializing_config/ for more info about this

0 comments on commit 1d8ae00

Please sign in to comment.