Skip to content
Snippets Groups Projects
Commit edf5b628 authored by Matthieu Muller's avatar Matthieu Muller
Browse files

Post merge changes

parent f68dee4d
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray:
# TODO
input_shape = (y.shape[0], y.shape[1], 3)
op = CFA(cfa, input_shape)
return np.zeros(op.input_shape)
......
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