Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

Dask client should be optional #261

Open Jhsmit opened 2 years ago

Jhsmit commented 2 years ago

Currently, a dask client / cluster connection is needed for fitting.

However, it should be possible to not use this but instead do the fitting in a the same thread (blocking)

ThreadPoolExecutor is an option but was found to be very slow for PyTorch fitting