Skip to content

Commit

Permalink
Print event name for debug
Browse files Browse the repository at this point in the history
Differential Revision: D65606700
  • Loading branch information
Daniel Cohen authored and facebook-github-bot committed Nov 7, 2024
1 parent 22bd1b2 commit a9827f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
name: Tests and coverage
run: |
pytest -ra --cov=ax
- name: Print event name
run: |
echo "Event name: ${{ github.event_name }}"
- if: ${{ !inputs.minimal_dependencies && matrix.python-version == 3.10 }}
# Only upload codecov once per workflow.
name: Upload coverage
Expand Down
1 change: 1 addition & 0 deletions ax/modelbridge/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def setUp(self) -> None:
trial_index=self.hss_trial.index,
metadata={Keys.FULL_PARAMETERIZATION: self.hss_full_parameterization},
)
self.assertTrue(True)

def test_extract_outcome_constraints(self) -> None:
outcomes = ["m1", "m2", "m3"]
Expand Down

0 comments on commit a9827f5

Please sign in to comment.