Skip to content

Commit 0fbc504

Browse files
committed
added option to modify thinning parameter in parallel module
1 parent fc543fe commit 0fbc504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basicrta/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def plot_protein(residues, t_slow, bars, prot=None, label_cutoff=3, ylim=None,
472472
# gib.run()
473473

474474

475-
def run_residue(residue, time, proc, ncomp, niter, cutoff):
475+
def run_residue(residue, time, proc, ncomp, niter, cutoff, g):
476476
from basicrta.gibbs import Gibbs
477477
x = np.array(time)
478478
if len(x) != 0:

0 commit comments

Comments
 (0)