Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 19, 2024
1 parent ebbcd14 commit 31a38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audbcards/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create(
# if they haven't been cached before.
if load_tables:
cache_again = False
for cached_property in cls._table_properties:
for cached_property in cls._table_related_cached_properties:
# Check if property has been cached,
# see https://stackoverflow.com/a/59740750
if cached_property not in obj.__dict__:
Expand Down

0 comments on commit 31a38a8

Please sign in to comment.