Skip to content

Commit b5a653c

Browse files
update description of **kwargs parameter in GraphicalSimulator.sample docstring
1 parent 4035c16 commit b5a653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/experimental/graphical_simulator/graphical_simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def sample(self, batch_shape: Shape | int, **kwargs) -> dict[str, np.ndarray]:
4747
The shape of the batch to sample. Typically, a tuple indicating the number of samples,
4848
but an int can also be passed.
4949
**kwargs
50-
Unused
50+
Currently unused
5151
"""
5252
_ = kwargs # Simulator class requires **kwargs, which are unused here
5353
meta_dict = self.meta_fn() if self.meta_fn else {}

0 commit comments

Comments
 (0)