Skip to content

Commit

Permalink
Add init to dir
Browse files Browse the repository at this point in the history
Summary: In #387, users are having issue importing from the botorch_modular module. Maybe it's because of the missing __init__.py. But I have no clue how this works **without** it . . .

Reviewed By: lena-kashtelyan

Differential Revision: D24031280

fbshipit-source-id: 3cbfebf3f756927a78979941676d8c2aa34ac2f7
  • Loading branch information
Steve Mandala authored and facebook-github-bot committed Sep 30, 2020
1 parent 512f704 commit 16cb868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ax/models/torch/botorch_modular/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

0 comments on commit 16cb868

Please sign in to comment.