Update wham2d.py

This commit is contained in:
Daniel Bauer
2019-07-16 12:59:49 +02:00
committed by GitHub
parent a076a8de87
commit e226289cdd

View File

@@ -84,7 +84,7 @@ class WHAM2DRunner(UmbrellaRunner):
max_y=borders[3], max_y=borders[3],
frames_y=self.whamconfig['num_bins_y'], frames_y=self.whamconfig['num_bins_y'],
tol=self.whamconfig['tolerance'], tol=self.whamconfig['tolerance'],
temperature=self.whamconfig['temperature'] temperature=self.whamconfig['temperature'],
metafile=metafile_path, metafile=metafile_path,
outfile=output_path outfile=output_path
) )