You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to be able to pass wildcards (*) in the config command line argument. This would enable the user to produce e.g. all electron related plots with only one command:
python src/plotter.py cfg_plots/V29/electron*
Or if technically possible even all versions of all electron plots:
python src/plotter.py cfg_plots/V*/electron*
The text was updated successfully, but these errors were encountered:
I think it would be nice to be able to pass wildcards (
*
) in the config command line argument. This would enable the user to produce e.g. all electron related plots with only one command:Or if technically possible even all versions of all electron plots:
The text was updated successfully, but these errors were encountered: