Skip to content
Snippets Groups Projects
Commit 745dda89 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 71b5ec92
No related branches found
No related tags found
No related merge requests found
......@@ -291,4 +291,9 @@ def make_times(dt_str_0, dt_str_1=None, num_steps=None, days=None, hours=None, m
ts_s.append(dt_obj.timestamp())
dto_last = dt_obj
return dt_obj_s, ts_s
\ No newline at end of file
return dt_obj_s, ts_s
def make_histogram(values, edges):
h = np.histogram(values, bins=edges)
return h
\ No newline at end of file
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