fix: makes name of method match interface

This commit is contained in:
2022-04-30 12:31:18 -05:00
parent 7930d8f7ab
commit 029021e393
2 changed files with 48 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ class SingleDipoleFixedMagnitudeModel(DipoleModel):
[OscillatingDipole(numpy.array([px, py, pz]), s_pts, frequency)]
)
def get_n_single_dipoles(
def get_monte_carlo_dipole_inputs(
self, n: int, max_frequency: float, rng_to_use: numpy.random.Generator = None
) -> numpy.ndarray:
# psw