Skip to content

Commit

Permalink
add convenience script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcoole committed Dec 13, 2024
1 parent a003fa6 commit 2d536c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-pipeline.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

echo "Setting up dvc test run..."

uv run dvc exp run -S sub-sample=1 -S max-length=250 -S test-set-size=5 -n test-run -f

0 comments on commit 2d536c7

Please sign in to comment.