Skip to content

Commit 13e491a

Browse files
committed
Trivia
1 parent 53f65b9 commit 13e491a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/molecules_test.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pools = [(
6060
## Define the simulation struct
6161
steps = 1000
6262
burn = 0
63+
block = [0, 10]
6364
sampletimes = build_schedule(steps, burn, block)
6465
schedulers = [build_schedule(steps, 0, 1), sampletimes, sampletimes, [0, steps], build_schedule(steps, burn, steps ÷ 10)]
6566
callbacks = (callback_energy, callback_acceptance)

0 commit comments

Comments
 (0)