Skip to content
Snippets Groups Projects
Commit e1ee8496 authored by Nikolai's avatar Nikolai
Browse files

fixing plot_NN_2D.py for projects without mask values

parent 96759ea3
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ total_weights = c.w_test*np.array(c.class_weight)[c.y_test.astype(int)]
try:
mask_value = c.mask_value
except NameError:
except AttributeError:
mask_value = None
# varx_test = c.x_test[:,varx_index]
......
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