hoogenboom-group / interactive-render-workflow

Interactive workflow for aligning volume electron microscopy datasets.
GNU General Public License v3.0
0 stars 0 forks source link

Actual multithreading in stitch_render-client #15

Closed skaracoban closed 8 months ago

skaracoban commented 8 months ago

Instead of submitting a job to the executor the stitch_render-client notebook instead called the renderapi.client.pointMatchClient instead got called before submitting the job. This effectively made the code single-threaded. THis pull request fixes that.

Also added logs to .gitignore