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
Some checks reported errors
gitea-physics/pdme/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
cb3c280464
commit
55d4e3252d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user