Skip to content

Commit

Permalink
change complex prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Jan 16, 2025
1 parent 72099a4 commit dafbb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ prep-release = [
pypath = "hatch run python -c 'import sys; print(sys.executable)'"
test = "pytest tests {args}"
test-integration = "pytest -vs --reruns 1 tests/integration --headless {args}"
test-score = "pytest -vs --reruns 1 tests/score --headless {args}"
test-score = "pytest -vs tests/score --headless {args}"
test-unit = "pytest tests/unit {args}"
test-unit-coverage = [
"coverage run -m pytest tests/unit {args}",
Expand Down
2 changes: 1 addition & 1 deletion vizro-ai/tests/score/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<Page 4>
Fourth page contains chart with wind data.
Table with GDP data.
Table with population data.
Two more charts with stocks and tips representations.
Align table beautifully relative to the charts.
Every chart should have 2 filters.
Expand Down

0 comments on commit dafbb16

Please sign in to comment.