Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb authored Apr 29, 2024
1 parent 5eb4149 commit 9cbaa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tape_tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ def test_batch_by_band(func_label, on):
"""

# TODO(wbeebe): This is a temporary workaround for https://github.com/lincc-frameworks/tape/issues/434 to avoid contention when reading data
# from the test files in parallel. This is the same as `parque_ensmemble` but uses copies of the parquet files referenced there.
# from the test files in parallel. This is the same as `parquet_ensemble` but uses copies of the parquet files referenced there.
parquet_ensemble = Ensemble(client=False)
parquet_ensemble.from_parquet(
"tests/tape_tests/data/source/test_source2.parquet",
Expand Down

0 comments on commit 9cbaa10

Please sign in to comment.