From 0ab85803d77d6226a8f326002b872536f65e20d2 Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Tue, 26 Sep 2023 09:47:49 -0700 Subject: [PATCH] Fix docstring --- src/invrs_gym/challenge/metagrating/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invrs_gym/challenge/metagrating/component.py b/src/invrs_gym/challenge/metagrating/component.py index e37a01f..3a0e855 100644 --- a/src/invrs_gym/challenge/metagrating/component.py +++ b/src/invrs_gym/challenge/metagrating/component.py @@ -187,7 +187,7 @@ def _seed_density(grid_shape: Tuple[int, int], **kwargs: Any) -> types.Density2D and with other properties determined by keyword arguments. Args: - ceviche_model: The model from which the seed density determined. + grid_shape: The shape of the grid on which the density is defined. kwargs: keyword arguments specifying additional properties of the seed density, e.g. symmetries.