add return type annotation
This commit is contained in:
parent
2b96e5dd84
commit
bbd33844b3
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ class Simulation(object):
|
||||||
float_type: numpy.float32 or numpy.float64 = numpy.float32,
|
float_type: numpy.float32 or numpy.float64 = numpy.float32,
|
||||||
do_poynting: bool = True,
|
do_poynting: bool = True,
|
||||||
do_poynting_halves: bool = False,
|
do_poynting_halves: bool = False,
|
||||||
do_fieldsrc: bool = False):
|
do_fieldsrc: bool = False,
|
||||||
|
) -> None:
|
||||||
"""
|
"""
|
||||||
Initialize the simulation.
|
Initialize the simulation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue