Skip to content

Commit e390e13

Browse files
Balandatmeta-codesync[bot]
authored andcommitted
Add missing license header to np_regression.py module (#3043)
Reviewed By: saitcakmak Differential Revision: D84151472 Pulled By: Balandat fbshipit-source-id: 0e97db6a280fd2703e188b30c769aef46a3526b4
1 parent a42cd65 commit e390e13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

botorch_community/models/np_regression.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
6+
17
r"""
28
Neural Process Regression models based on PyTorch models.
39

0 commit comments

Comments
 (0)