From 26113f1924c7c80bbd6d59ab56fdd7e5332bdadb Mon Sep 17 00:00:00 2001 From: Marco Tazzari Date: Fri, 5 Nov 2021 11:31:45 +0000 Subject: [PATCH] [readme,utils] Minor cleanup --- README.md | 2 +- oasishurricane/utils.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abbc424..d53dd80 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ Comments: > The plots shown in this README are done in this [Jupyter notebook](benchmark/plot_timing_results.ipynb). ## Author -- [Marco Tazzari](https://github.com/mtazzari) +[Marco Tazzari](https://github.com/mtazzari) ## License **oasishurricane** is free software licensed under the BSD-3 License. For more details see diff --git a/oasishurricane/utils.py b/oasishurricane/utils.py index fb7148f..36d99ff 100644 --- a/oasishurricane/utils.py +++ b/oasishurricane/utils.py @@ -11,7 +11,6 @@ logger = logging.getLogger("timing") -# TODO: pass named arguments to the core functions to improve formatting of the logfile def timer(cycles=3): """ Decorator that times the decorated function.