doc: fixes doc for monte carlo dipole inputs
Some checks reported errors
gitea-physics/pdme/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Deepak Mallubhotla 2022-04-30 16:59:15 -05:00
parent cb3c280464
commit 55d4e3252d
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -29,6 +29,6 @@ class DipoleModel:
self, n: int, max_frequency: float, rng: numpy.random.Generator = None self, n: int, max_frequency: float, rng: numpy.random.Generator = None
) -> numpy.ndarray: ) -> numpy.ndarray:
""" """
For a given DipoleModel, gets a set of dipole collections as a n x whatever numpy array. For a given DipoleModel, gets a set of dipole collections as a monte_carlo_n x dipole_count x 7 numpy array.
""" """
raise NotImplementedError raise NotImplementedError