Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
fix: batch statistical analysis used one measurement per folder (close
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 30, 2019
1 parent c59dc1e commit 298686e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.9.7
- fix: batch statistical analysis used one measurement per folder (#252)
- docs: minor update
- setup: bump dclab from 0.14.7 to 0.16.0
0.9.6
Expand Down
4 changes: 1 addition & 3 deletions shapeout/gui/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ def OnBrowse(self, e=None):
self.WXfold_text1.SetLabel(thepath)
self.parent.config.set_path(thepath, "BatchFD")
# Search directory
tree, _cols = meta_tool.collect_data_tree(thepath)
self.data_files = [ t[1][1] for t in tree ]

self.data_files = meta_tool.find_data(thepath)
if self.out_tsv_file is not None:
self.btnbatch.Enable()
wx.EndBusyCursor()
Expand Down

0 comments on commit 298686e

Please sign in to comment.