Skip to content

Commit

Permalink
amend typo in init
Browse files Browse the repository at this point in the history
  • Loading branch information
johaGL committed Aug 24, 2023
1 parent c2447fd commit f5ac38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dimet/method/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ class MetabologramIntegration(Method):

def run(self, cfg: DictConfig, dataset: Dataset) -> None:
logger.info(f"The current working directory is {os.getcwd()}")
logger.info("Current configugration is %s", OmegaConf.to_yaml(cfg))
logger.info("Current configuration is %s", OmegaConf.to_yaml(cfg))
logger.info("Will perform metabologram, "
"with the following config: %s", self.config)
# 'data_integration' (data for integration) inherits from dataset
Expand Down

0 comments on commit f5ac38e

Please sign in to comment.