Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlind committed Oct 12, 2023
1 parent ec55786 commit 298cd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- run: pip install coverage
- uses: actions/download-artifact@v3
with:
name: .coverage.integration-stress-testss
name: .coverage.integration-stress-tests
- run: coverage combine
- run: coverage report
# https://nedbatchelder.com/blog/202209/making_a_coverage_badge.html
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/stress_test_data_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def client():
def test_large_dataset_upload(client: Client):
"""Tests the upload of a large dataset to velour (runtime: ~20 minutes)"""
test_generate_segmentation_data(
client=client, n_images=1000, n_annotations=10, n_labels=2
client=client, n_images=10, n_annotations=10, n_labels=2
)

0 comments on commit 298cd6e

Please sign in to comment.