Skip to content
Snippets Groups Projects
Commit a18d80af authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fluctuating' into 'master'

fix fluctuating LB

See merge request pycodegen/lbmpy!63
parents b919e719 85ad9bfe
1 merge request!63fix fluctuating LB
Pipeline #30261 passed with stages
in 20 minutes and 37 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