Skip to content

Commit

Permalink
suppress errors in fbcode/ax - batch 1
Browse files Browse the repository at this point in the history
Differential Revision: D26608743

fbshipit-source-id: 6987eb793910c3b50381999e507f2cad78ff2cc7
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Feb 23, 2021
1 parent 1e34852 commit 8b8b7e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ax/storage/sqa_store/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,8 @@ def trial_from_sqa(
trial._abandoned_reason = trial_sqa.abandoned_reason
# pyre-fixme[9]: _run_metadata has type `Dict[str, Any]`; used as
# `Optional[Dict[str, Any]]`.
# pyre-fixme[8]: Attribute has type `Dict[str, typing.Any]`; used as
# `Optional[typing.Dict[Variable[_KT], Variable[_VT]]]`.
trial._run_metadata = (
# pyre-fixme[6]: Expected `Mapping[Variable[_KT], Variable[_VT]]` for
# 1st param but got `Optional[Dict[str, typing.Any]]`.
Expand Down

0 comments on commit 8b8b7e3

Please sign in to comment.