Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
lbmpy
Commits
ae99418e
Commit
ae99418e
authored
Sep 26, 2021
by
Markus Holzer
Browse files
Fixed wrong type hints
parent
ed487980
Pipeline
#34394
passed with stages
in 28 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lbmpy/creationfunctions.py
View file @
ae99418e
...
...
@@ -638,14 +638,14 @@ class LBMConfig:
entropic_newton_iterations
:
int
=
None
omega_output_field
:
Field
=
None
smagorinsky
:
bool
=
False
fluctuating
:
bool
=
False
fluctuating
:
dict
=
False
temperature
:
Any
=
None
output
:
dict
=
field
(
default_factory
=
dict
)
velocity_input
:
Field
=
None
density_input
:
Field
=
None
kernel_type
:
str
=
'default_stream_collide'
kernel_type
:
Union
[
str
,
PdfFieldAccessor
]
=
'default_stream_collide'
streaming_pattern
:
str
=
'pull'
timestep
:
lbmpy
.
advanced_streaming
.
Timestep
=
Timestep
.
BOTH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment