Skip to content

Commit

Permalink
Pyre Configurationless migration for] [batch:2/15] (#2368)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2368

Reviewed By: connernilsen

Differential Revision: D56132395
  • Loading branch information
CodemodService Bot authored and facebook-github-bot committed Apr 15, 2024
1 parent d2cd55f commit d5b321b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/utils/stats/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict
2 changes: 2 additions & 0 deletions ax/utils/stats/tests/test_model_fit_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-strict

import numpy as np
from ax.utils.common.testutils import TestCase
from ax.utils.stats.model_fit_stats import _fisher_exact_test_p, entropy_of_observations
Expand Down

0 comments on commit d5b321b

Please sign in to comment.