Skip to content

Commit

Permalink
Print event name for debug (#3035)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3035

Differential Revision: D65606700
  • Loading branch information
Daniel Cohen authored and facebook-github-bot committed Nov 7, 2024
1 parent 22bd1b2 commit c50e6c0
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 @@ -30,6 +30,10 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Print event name
run: |
echo "Event name: ${{ github.event_name }}"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
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 c50e6c0

Please sign in to comment.