Skip to content

Commit

Permalink
Debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
snwessel committed Jul 23, 2024
1 parent 6019590 commit cff27ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def get_subsetted_df(dataset_id, row_indices, col_indices):
if is_standard(dataset_id):
df = standard_utils.get_subsetted_df(dataset_id, row_indices, col_indices)
else:
if __get_config().is_private_dataset(dataset_id):
if __get_config().is_legacy_private_dataset(dataset_id):
log_legacy_private_dataset_access(
"get_subsetted_df", dataset_ids=[dataset_id]
)
Expand Down

0 comments on commit cff27ce

Please sign in to comment.