Skip to content

Commit

Permalink
Don't use obsolete ReplicaExchange0 class
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 16, 2023
1 parent 9d04d3d commit 77a572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mod_Nef_AP2_newhelix.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
if '--mmcif' in sys.argv or '--test' in sys.argv:
num_frames=5

rex=IMP.pmi.macros.ReplicaExchange0(mdl,
rex=IMP.pmi.macros.ReplicaExchange(mdl,
root_hier=hier,
monte_carlo_sample_objects=dof.get_movers(),
replica_exchange_maximum_temperature=3.0,
Expand Down

0 comments on commit 77a572e

Please sign in to comment.