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

This commit is contained in:
2022-04-30 16:59:15 -05:00
parent cb3c280464
commit 55d4e3252d

View File

@@ -29,6 +29,6 @@ class DipoleModel:
self, n: int, max_frequency: float, rng: numpy.random.Generator = None
) -> 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