Commit 27fd135f4121294d37a88c88bd68d879dc96ebc7
merged Python changes
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
python/classify.py
... | ... | @@ -182,7 +182,6 @@ def envi_batch_predict(E, C, batch=10000): |
182 | 182 | RGB = class2color(Cv) |
183 | 183 | plt.imshow(RGB) |
184 | 184 | plt.pause(0.05) |
185 | - Fv = E.loadbatch(batch) | |
185 | + Fv = E.loadbatch(batch) | |
186 | 186 | i = i + 1 |
187 | 187 | bar.update(len(Tv)) |
188 | - return RGB | |
189 | 188 | \ No newline at end of file | ... | ... |
python/spectral.py renamed to python/stim_spectral.py