Skip to content

Commit

Permalink
linting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
klwetstone committed Aug 10, 2023
1 parent 7c00231 commit f05a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_known_features(train_data, features_config):
def test_generate_candidate_metadata(train_data, features_config):
train_data = add_unique_identifier(train_data)

(candidate_meta, sample_item_map) = generate_candidate_metadata(train_data, features_config)
candidate_meta, sample_item_map = generate_candidate_metadata(train_data, features_config)

# Check that item map has the correct samples and matches known values
assert len(sample_item_map) == len(train_data)
Expand Down

0 comments on commit f05a958

Please sign in to comment.