Skip to content

Commit

Permalink
Merge pull request #450 from MetOffice/jfrost-mo-patch-1
Browse files Browse the repository at this point in the history
Add licence header to convection tests
  • Loading branch information
daflack authored Mar 26, 2024
2 parents 0bb1a60 + e006b63 commit d32d08a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/operators/test_convection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
#!/usr/bin/env python3
# Copyright 2023 Met Office and contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Tests for convection diagnostics."""

Expand Down

0 comments on commit d32d08a

Please # to comment.