Skip to content

Commit

Permalink
Manage tables_preview with load_tables
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 25, 2024
1 parent bbdfcf4 commit 1ee1aaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion audbcards/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@


class _Dataset:
_table_related_cached_properties = ["segment_durations", "segments"]
_table_related_cached_properties = [
"segment_durations",
"segments",
"tables_preview",
]
"""Cached properties relying on table data.
Most of the cached properties
Expand Down

0 comments on commit 1ee1aaa

Please sign in to comment.