Skip to content

Commit

Permalink
[readme,utils] Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtazzari committed Nov 5, 2021
1 parent fc27029 commit 26113f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion oasishurricane/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26113f1

Please sign in to comment.