Skip to content
Snippets Groups Projects
Commit 85ad9bfe authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

fix fluctuating LB

parent b919e719
1 merge request!63fix fluctuating LB
Pipeline #30222 failed with stage
in 14 minutes and 49 seconds
......@@ -28,7 +28,7 @@ def add_fluctuations_to_collision_rule(collision_rule, temperature=None, amplitu
if not method.is_weighted_orthogonal:
raise ValueError("Fluctuations can only be added to weighted-orthogonal methods")
rng_symbol_gen = random_symbol(collision_rule.subexpressions, seed,
rng_symbol_gen = random_symbol(collision_rule.subexpressions, seed=seed,
rng_node=rng_node, dim=method.dim, offsets=block_offsets)
correction = fluctuation_correction(method, rng_symbol_gen, amplitudes)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment