Skip to content
Snippets Groups Projects
Commit b62a1a08 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

minor re-format

parent 56896c86
No related branches found
No related tags found
1 merge request!260Masked array support
...@@ -370,10 +370,7 @@ def full(value, info): ...@@ -370,10 +370,7 @@ def full(value, info):
return prepare(np.full([1] + list(shape), value), info) return prepare(np.full([1] + list(shape), value), info)
def check( def check(xdata, info):
xdata,
info,
):
""" """
Check if data matches given info. Check if data matches given info.
......
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