FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 9e317153 authored by Eduardo Gonzalez Solares's avatar Eduardo Gonzalez Solares
Browse files

Remove unused variable

parent d68ee8fe
No related branches found
No related tags found
1 merge request!3Dask
......@@ -329,9 +329,6 @@ def find_overlap_conf(
temp_bg0 = np.array(list(np.median(chi, 0)) * chi.shape[1]).reshape(
chi.shape
)
temp_bg1 = np.array(list(np.median(chi, 1)) * chi.shape[0]).reshape(
chi.shape
)
chi -= temp_bg0
#
# now finfing the minimum
......
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