Skip to content

Commit

Permalink
docs: fix inputs incorrectly marked as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonne committed Feb 22, 2022
1 parent 3daefbf commit a6e01a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/psifr/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ def count_outputs(
List indicating the serial position of each recall in output
order (NaN for intrusions).
pool_label : list, optional
pool_label : list
List of the positions to use for calculating lag. Default is to
use `pool_items`.
recall_label : list, optional
recall_label : list
List of position labels in recall order. Default is to use
`recall_items`.
Expand Down

0 comments on commit a6e01a5

Please sign in to comment.