Skip to content
Snippets Groups Projects
Commit 2a9f2179 authored by Martin Schrön's avatar Martin Schrön
Browse files

Hotfix dateutil missing

parent 20280fb2
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ name_std = '_std'
name_err = '_err'
from datetime import datetime
import pytz
import dateutil
def one_of(a, b, default=np.nan):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment