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

test pipeline

parent f2b375a1
No related branches found
No related tags found
No related merge requests found
Pipeline #34599 failed
......@@ -5,7 +5,7 @@ from lbmpy.methods.creationfunctions import (
create_centered_cumulant_model, create_with_default_polynomial_cumulants,
create_with_polynomial_cumulants, create_with_monomial_cumulants)
from lbmpy.methods.default_moment_sets import mrt_orthogonal_modes_literature
from lbmpy.methods.default_moment_sets import mrt_orthogonal_modes_literature, cascaded_moment_sets_literature
from lbmpy.methods.abstractlbmethod import AbstractLbMethod, RelaxationInfo
from lbmpy.methods.conservedquantitycomputation import AbstractConservedQuantityComputation
......@@ -17,6 +17,6 @@ __all__ = ['RelaxationInfo', 'AbstractLbMethod',
'create_srt', 'create_trt', 'create_trt_with_magic_number', 'create_trt_kbc',
'create_mrt_orthogonal', 'create_mrt_raw', 'create_central_moment',
'create_with_continuous_maxwellian_eq_moments', 'create_with_discrete_maxwellian_eq_moments',
'mrt_orthogonal_modes_literature', 'create_centered_cumulant_model',
'create_with_default_polynomial_cumulants', 'create_with_polynomial_cumulants',
'create_with_monomial_cumulants']
'mrt_orthogonal_modes_literature', 'cascaded_moment_sets_literature',
'create_centered_cumulant_model', 'create_with_default_polynomial_cumulants',
'create_with_polynomial_cumulants', 'create_with_monomial_cumulants']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment