Skip to content

Commit ba5b9b5

Browse files
committed
small bug in md calling _get_temperature
1 parent ffff09e commit ba5b9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfl/generate/md/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _sample_autopara_wrappable_single(at, at_i, calculator, steps, dt, logger_in
143143
item_i = _autopara_per_item_info[at_i].get("item_i")
144144

145145
at.calc = calculator
146-
temperature_use = _get_temperature(temperature, at, steps)
146+
temperature_use = _get_temperature(temperature, temperature_tau, steps)
147147
pressure_use, compressibility_au_use = _get_pressure(pressure, compressibility_au, compressibility_fd_displ, at, rng)
148148

149149
if temperature_use is not None:

0 commit comments

Comments
 (0)