Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ff178150 authored by ulrich_y's avatar ulrich_y
Browse files

#17 has undefined behaviour if multiple histograms have the same name

parent e01df2f9
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,9 @@ def importvegas(filename="", fp=None, inttype='i'):
continue
if abs(delta[i]) < 1e-15:
continue
if names[i] in dic:
names[i] += '2'
x = ouarray(
np.inf, -np.inf,
np.around(
......
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