Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Dec 2, 2024
1 parent dd3cdca commit 5197190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/visualization/plot_pyribs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def plot_grid_archive_heatmap( # type: ignore
Args:
study: Optuna study with a sampler that uses pyribs. This function will
plot the result archive from the sampler's scheduler.
ax: Axes on which to plot the heatmap. If None, we create a new axes.
ax: Axes on which to plot the heatmap. If None, we retrieve the current
axes.
kwargs: All remaining kwargs will be passed to `grid_archive_heatmap
<https://docs.pyribs.org/en/stable/api/ribs.visualize.grid_archive_heatmap.html>`_.
Returns:
Expand Down

0 comments on commit 5197190

Please sign in to comment.