diff --git a/botorch/models/converter.py b/botorch/models/converter.py index 29273497bd..af64fa9b8f 100644 --- a/botorch/models/converter.py +++ b/botorch/models/converter.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/cost.py b/botorch/models/cost.py index bdfe0371b4..39d0027001 100644 --- a/botorch/models/cost.py +++ b/botorch/models/cost.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/deterministic.py b/botorch/models/deterministic.py index 2a8c6d10a4..4fe5bbceba 100644 --- a/botorch/models/deterministic.py +++ b/botorch/models/deterministic.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/gp_regression.py b/botorch/models/gp_regression.py index d5d5342f3f..04b259ad4e 100644 --- a/botorch/models/gp_regression.py +++ b/botorch/models/gp_regression.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/gp_regression_fidelity.py b/botorch/models/gp_regression_fidelity.py index d077baa93a..1dec89ae03 100644 --- a/botorch/models/gp_regression_fidelity.py +++ b/botorch/models/gp_regression_fidelity.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/gpytorch.py b/botorch/models/gpytorch.py index b19a449110..7712162b45 100644 --- a/botorch/models/gpytorch.py +++ b/botorch/models/gpytorch.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/kernels/__init__.py b/botorch/models/kernels/__init__.py index 1788fa0552..43d3dd3f5f 100644 --- a/botorch/models/kernels/__init__.py +++ b/botorch/models/kernels/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/model.py b/botorch/models/model.py index 6f803cf255..af94e7dfe0 100644 --- a/botorch/models/model.py +++ b/botorch/models/model.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/model_list_gp_regression.py b/botorch/models/model_list_gp_regression.py index 39ef9f1b8e..bf2da848c1 100644 --- a/botorch/models/model_list_gp_regression.py +++ b/botorch/models/model_list_gp_regression.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/multitask.py b/botorch/models/multitask.py index d99c865f0a..e272378804 100644 --- a/botorch/models/multitask.py +++ b/botorch/models/multitask.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/models/utils.py b/botorch/models/utils.py index f6e38b35ca..4e46f46f32 100644 --- a/botorch/models/utils.py +++ b/botorch/models/utils.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/posteriors/__init__.py b/botorch/posteriors/__init__.py index 690eea9edb..a42de7b556 100644 --- a/botorch/posteriors/__init__.py +++ b/botorch/posteriors/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/posteriors/deterministic.py b/botorch/posteriors/deterministic.py index 7d66c0077e..61b5690188 100644 --- a/botorch/posteriors/deterministic.py +++ b/botorch/posteriors/deterministic.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/posteriors/gpytorch.py b/botorch/posteriors/gpytorch.py index 7002388338..0e1faedc27 100644 --- a/botorch/posteriors/gpytorch.py +++ b/botorch/posteriors/gpytorch.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/posteriors/posterior.py b/botorch/posteriors/posterior.py index 92c863897c..4b05aa477d 100644 --- a/botorch/posteriors/posterior.py +++ b/botorch/posteriors/posterior.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/posteriors/transformed.py b/botorch/posteriors/transformed.py index 34acdf493b..1903aa4b1f 100644 --- a/botorch/posteriors/transformed.py +++ b/botorch/posteriors/transformed.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/botorch/sampling/__init__.py b/botorch/sampling/__init__.py index 79747f6227..ffa6159a8d 100644 --- a/botorch/sampling/__init__.py +++ b/botorch/sampling/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index df55b7c771..30ce99d9a0 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved diff --git a/test/acquisition/__init__.py b/test/acquisition/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/acquisition/__init__.py +++ b/test/acquisition/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_acquisition.py b/test/acquisition/test_acquisition.py index 1a40757ce0..1ec78436d4 100644 --- a/test/acquisition/test_acquisition.py +++ b/test/acquisition/test_acquisition.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_active_learning.py b/test/acquisition/test_active_learning.py index 649df27ada..c915bea2a0 100644 --- a/test/acquisition/test_active_learning.py +++ b/test/acquisition/test_active_learning.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_analytic.py b/test/acquisition/test_analytic.py index bec486e084..786fd2421f 100644 --- a/test/acquisition/test_analytic.py +++ b/test/acquisition/test_analytic.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_cost_aware.py b/test/acquisition/test_cost_aware.py index 56352502ee..d13bcbad3e 100644 --- a/test/acquisition/test_cost_aware.py +++ b/test/acquisition/test_cost_aware.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_fixed_feature.py b/test/acquisition/test_fixed_feature.py index 9098633a03..12e020ba0f 100644 --- a/test/acquisition/test_fixed_feature.py +++ b/test/acquisition/test_fixed_feature.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_knowledge_gradient.py b/test/acquisition/test_knowledge_gradient.py index 17e68c0c58..82930e269e 100644 --- a/test/acquisition/test_knowledge_gradient.py +++ b/test/acquisition/test_knowledge_gradient.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_max_value_entropy_search.py b/test/acquisition/test_max_value_entropy_search.py index e66583ba44..9b526e5b1f 100644 --- a/test/acquisition/test_max_value_entropy_search.py +++ b/test/acquisition/test_max_value_entropy_search.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_monte_carlo.py b/test/acquisition/test_monte_carlo.py index c848456ad2..71ddb0b3d4 100644 --- a/test/acquisition/test_monte_carlo.py +++ b/test/acquisition/test_monte_carlo.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/acquisition/test_objective.py b/test/acquisition/test_objective.py index b517764d01..9dc1109cfb 100644 --- a/test/acquisition/test_objective.py +++ b/test/acquisition/test_objective.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/exceptions/__init__.py b/test/exceptions/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/exceptions/__init__.py +++ b/test/exceptions/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/exceptions/test_errors.py b/test/exceptions/test_errors.py index 66507a8565..b7087604aa 100644 --- a/test/exceptions/test_errors.py +++ b/test/exceptions/test_errors.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/exceptions/test_warnings.py b/test/exceptions/test_warnings.py index 6250f6e830..96c90cd4bd 100644 --- a/test/exceptions/test_warnings.py +++ b/test/exceptions/test_warnings.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/generation/__init__.py b/test/generation/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/generation/__init__.py +++ b/test/generation/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/generation/test_gen.py b/test/generation/test_gen.py index 5c43a8ec96..9fe751c4bd 100644 --- a/test/generation/test_gen.py +++ b/test/generation/test_gen.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/generation/test_sampling.py b/test/generation/test_sampling.py index e3fc490e53..a19851386b 100644 --- a/test/generation/test_sampling.py +++ b/test/generation/test_sampling.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/generation/test_utils.py b/test/generation/test_utils.py index c9fc1c4ea3..06d00a9dfc 100644 --- a/test/generation/test_utils.py +++ b/test/generation/test_utils.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/__init__.py b/test/models/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/models/__init__.py +++ b/test/models/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/kernels/__init__.py b/test/models/kernels/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/models/kernels/__init__.py +++ b/test/models/kernels/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_converter.py b/test/models/test_converter.py index eb44913887..756ea3da86 100644 --- a/test/models/test_converter.py +++ b/test/models/test_converter.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_cost.py b/test/models/test_cost.py index 6ca770d552..7ea29886ae 100644 --- a/test/models/test_cost.py +++ b/test/models/test_cost.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_gp_regression.py b/test/models/test_gp_regression.py index 9b81d0e3da..8dfe40b0fc 100644 --- a/test/models/test_gp_regression.py +++ b/test/models/test_gp_regression.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_gp_regression_fidelity.py b/test/models/test_gp_regression_fidelity.py index 9a47931cdc..426dcb31b6 100644 --- a/test/models/test_gp_regression_fidelity.py +++ b/test/models/test_gp_regression_fidelity.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_gpytorch.py b/test/models/test_gpytorch.py index 669cdc2313..5ef718acbc 100644 --- a/test/models/test_gpytorch.py +++ b/test/models/test_gpytorch.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_model.py b/test/models/test_model.py index 965e56152a..ce0366fdf3 100644 --- a/test/models/test_model.py +++ b/test/models/test_model.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_model_list_gp_regression.py b/test/models/test_model_list_gp_regression.py index 5663ffed5a..4af6a5c71d 100644 --- a/test/models/test_model_list_gp_regression.py +++ b/test/models/test_model_list_gp_regression.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_multitask.py b/test/models/test_multitask.py index 4240cbfadc..a886d925b7 100644 --- a/test/models/test_multitask.py +++ b/test/models/test_multitask.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_pairwise_gp.py b/test/models/test_pairwise_gp.py index c9b6c0aae4..90c45237ee 100644 --- a/test/models/test_pairwise_gp.py +++ b/test/models/test_pairwise_gp.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/test_utils.py b/test/models/test_utils.py index 03728d0f09..60c10bfd49 100644 --- a/test/models/test_utils.py +++ b/test/models/test_utils.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/models/transforms/__init__.py b/test/models/transforms/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/models/transforms/__init__.py +++ b/test/models/transforms/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/__init__.py b/test/optim/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/optim/__init__.py +++ b/test/optim/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/test_initializers.py b/test/optim/test_initializers.py index e9c59c6461..dd9988acce 100644 --- a/test/optim/test_initializers.py +++ b/test/optim/test_initializers.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/test_numpy_converter.py b/test/optim/test_numpy_converter.py index 9a572e11de..f00847c65e 100644 --- a/test/optim/test_numpy_converter.py +++ b/test/optim/test_numpy_converter.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/test_parameter_constraints.py b/test/optim/test_parameter_constraints.py index 74425c0df8..f52c423d78 100644 --- a/test/optim/test_parameter_constraints.py +++ b/test/optim/test_parameter_constraints.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/test_stopping.py b/test/optim/test_stopping.py index 16c2057675..7f107ec878 100644 --- a/test/optim/test_stopping.py +++ b/test/optim/test_stopping.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/optim/test_utils.py b/test/optim/test_utils.py index 78d8144edd..4c9230c670 100644 --- a/test/optim/test_utils.py +++ b/test/optim/test_utils.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/sampling/__init__.py b/test/sampling/__init__.py index 9356d59591..734a1eb4e2 100644 --- a/test/sampling/__init__.py +++ b/test/sampling/__init__.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/sampling/test_pairwise_sampler.py b/test/sampling/test_pairwise_sampler.py index 0dc6c68b7b..a9e76831c6 100644 --- a/test/sampling/test_pairwise_sampler.py +++ b/test/sampling/test_pairwise_sampler.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/sampling/test_sampler.py b/test/sampling/test_sampler.py index 4fea68be82..e044281d52 100644 --- a/test/sampling/test_sampler.py +++ b/test/sampling/test_sampler.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_cross_validation.py b/test/test_cross_validation.py index 77d9a46415..79852b2d08 100644 --- a/test/test_cross_validation.py +++ b/test/test_cross_validation.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_cuda.py b/test/test_cuda.py index 5649f71aff..35ce7add28 100644 --- a/test/test_cuda.py +++ b/test/test_cuda.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_end_to_end.py b/test/test_end_to_end.py index 6a0173b1bb..1a81dd2129 100644 --- a/test/test_end_to_end.py +++ b/test/test_end_to_end.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_fit.py b/test/test_fit.py index e764440908..83a0cc9059 100644 --- a/test/test_fit.py +++ b/test/test_fit.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_functions/test_multi_fidelity.py b/test/test_functions/test_multi_fidelity.py index c108ac26b9..89e8a19d53 100644 --- a/test/test_functions/test_multi_fidelity.py +++ b/test/test_functions/test_multi_fidelity.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_functions/test_synthetic.py b/test/test_functions/test_synthetic.py index d66a448f71..cbcde1c24d 100644 --- a/test/test_functions/test_synthetic.py +++ b/test/test_functions/test_synthetic.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_gen.py b/test/test_gen.py index 624471d30c..408c9d2a0e 100644 --- a/test/test_gen.py +++ b/test/test_gen.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_logging.py b/test/test_logging.py index f05eb9c2ea..1ac60d0d65 100644 --- a/test/test_logging.py +++ b/test/test_logging.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/test_settings.py b/test/test_settings.py index 5024d58b71..9e3a1c00d9 100644 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/utils/test_constraints.py b/test/utils/test_constraints.py index 72d7ccfccc..35c60751c6 100644 --- a/test/utils/test_constraints.py +++ b/test/utils/test_constraints.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/utils/test_objective.py b/test/utils/test_objective.py index f3827dc37b..41e4b34e21 100644 --- a/test/utils/test_objective.py +++ b/test/utils/test_objective.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the diff --git a/test/utils/test_transforms.py b/test/utils/test_transforms.py index 19c16bd257..6765eddf7d 100644 --- a/test/utils/test_transforms.py +++ b/test/utils/test_transforms.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the