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
Some checks failed
gitea-physics/pdme/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user