diff --git a/lbmpy_walberla_tests/test_walberla_codegen.py b/lbmpy_walberla_tests/test_walberla_codegen.py index f4d733311c29033d7a6fc3c4a8da17ee353afa64..9ec5724556013dda4353afc6a4be53a824a65602 100644 --- a/lbmpy_walberla_tests/test_walberla_codegen.py +++ b/lbmpy_walberla_tests/test_walberla_codegen.py @@ -83,7 +83,7 @@ class WalberlaLbmpyCodegenTest(unittest.TestCase): # the collision rule of the LB method where the some advanced features collision_rule = create_lb_collision_rule( - stencil='D3Q19', compressible=True, fluctuating=True, + stencil='D3Q19', compressible=True, fluctuating={'seed': 0, 'temperature': 1e-6}, method='mrt3', relaxation_rates=[omega_shear, omega_bulk], force_model='guo', force=force_field.center_vector, optimization={'cse_global': False}