Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Holzer
lbmpy
Commits
de367453
Commit
de367453
authored
3 years ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
test pipeline
parent
f2b375a1
No related branches found
No related tags found
No related merge requests found
Pipeline
#34599
failed
3 years ago
Stage: pretest
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lbmpy/methods/__init__.py
+4
-4
4 additions, 4 deletions
lbmpy/methods/__init__.py
with
4 additions
and
4 deletions
lbmpy/methods/__init__.py
+
4
−
4
View file @
de367453
...
...
@@ -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
'
,
'
c
reate_centered_cumulant_model
'
,
'
create_
with_default_polynomial
_cumulant
s
'
,
'
create_with_polynomial_cumulants
'
,
'
create_with_monomial_cumulants
'
]
'
mrt_orthogonal_modes_literature
'
,
'
c
ascaded_moment_sets_literature
'
,
'
create_
centered
_cumulant
_model
'
,
'
create_with_
default_
polynomial_cumulants
'
,
'
create_with_polynomial_cumulants
'
,
'
create_with_monomial_cumulants
'
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment