diff --git a/src/emd_falsify/config/__init__.py b/src/emd_falsify/config/__init__.py index 5c739ce..c8a37e1 100644 --- a/src/emd_falsify/config/__init__.py +++ b/src/emd_falsify/config/__init__.py @@ -30,13 +30,6 @@ from scityping import Config as ScitypingConfig -# %% [markdown] -# Possible improvement: If we could have nested config parsers, we might be -# able to rely more on the ConfigParser machinery, and less on a custom -# Pydantic type, which should be easier for others to follow. -# In particular, the `colors` field could remain a config parser, although -# we would still want to allow dotted access. - # %% class Config(ValConfig): __default_config_path__ = "defaults.cfg" diff --git a/src/emd_falsify/tasks.md b/src/emd_falsify/tasks.md index a1182cc..38d8061 100644 --- a/src/emd_falsify/tasks.md +++ b/src/emd_falsify/tasks.md @@ -17,7 +17,7 @@ kernelspec: --- math: - '\Bconf' : 'B^{\mathrm{conf}}_{#1}' + '\Bconf' : 'B^{\mathrm{epis}}_{#1}' '\Bemd' : 'B_{#1}^{\mathrm{EMD}}' --- diff --git a/src/emd_falsify/tasks.py b/src/emd_falsify/tasks.py index a910d48..92477e9 100644 --- a/src/emd_falsify/tasks.py +++ b/src/emd_falsify/tasks.py @@ -17,7 +17,7 @@ # %% [markdown] tags=["remove-cell"] editable=true slideshow={"slide_type": ""} # --- # math: -# '\Bconf' : 'B^{\mathrm{conf}}_{#1}' +# '\Bconf' : 'B^{\mathrm{epis}}_{#1}' # '\Bemd' : 'B_{#1}^{\mathrm{EMD}}' # ---