add return type annotation

This commit is contained in:
Jan Petykiewicz 2021-07-11 17:05:55 -07:00
parent 2b96e5dd84
commit bbd33844b3

View File

@ -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.