-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dot in parameter/metric names (#3195)
Summary: Pull Request resolved: #3195 SymPy variables must be valid Python identifiers, but some legacy Ax users may include dots in their parameter names. Until we can guarantee this is no longer happening we need this sanitization. Reviewed By: lena-kashtelyan Differential Revision: D67414859 fbshipit-source-id: 9ff915c98c61ba04cf5fd74c2871c9878005a729
- Loading branch information
1 parent
8bea777
commit 8e3b456
Showing
2 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters