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.