Skip to content

Commit

Permalink
Fix: Internal variable name in AACDataset base class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 28, 2023
1 parent 2f343cb commit d4cddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_datasets/datasets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(
self._verbose = verbose

self._post_columns_fns = {}
self._flat_indices = []
self._sizes = []

if self._flat_captions:
self._flat_raw_data()
Expand Down

0 comments on commit d4cddf4

Please sign in to comment.