Skip to content

Commit

Permalink
Fix to the issue #35
Browse files Browse the repository at this point in the history
  • Loading branch information
msoroush authored and orbeckst committed Jul 24, 2019
1 parent 8acb018 commit 14d027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alchemtest/gomc/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def load_benzene():

module_path = dirname(__file__)

data = sorted(glob(join(module_path, 'benzene', 'inWater', 'Free_Energy_BOX_0_PRODUCTION_*.dat')))
data = sorted(glob(join(module_path, 'benzene', 'inWater', 'Free_Energy_BOX_0_PRODUCTION_*.dat.bz2')))

with open(join(module_path, 'benzene', 'descr.rst')) as rst_file:
fdescr = rst_file.read()
Expand Down

0 comments on commit 14d027f

Please sign in to comment.