Skip to content

Fix convert issue with writing

Thomas Vincent requested to merge tvincent/xsocs:fix-convert-write into master

This MR adds a lock around output file objects creation (which actually opens and closes the file) during multiprocessing conversion to QSpace. This raised an issue with h5py on anaconda (see #6 (closed)). From what I tested, this MR fixes this issue.

It also updates bootstrap.py development tool.

Merge request reports