Skip to content

Commit

Permalink
Merge pull request #3 from yanxinyi620/master
Browse files Browse the repository at this point in the history
Delete .gitignore and Update independence_tests
  • Loading branch information
kelizhang authored May 31, 2021
2 parents 9d6953d + 6c23fc3 commit 9ca28a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 0 additions & 14 deletions gcastle/.gitignore

This file was deleted.

15 changes: 14 additions & 1 deletion gcastle/castle/common/independence_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# -*-coding: utf-8 -*-
# coding=utf-8
# Copyright (C) 2021. Huawei Technologies Co., Ltd. All rights reserved.
#
# 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.

import math
import numpy as np
Expand Down

0 comments on commit 9ca28a2

Please sign in to comment.