Skip to content

Commit

Permalink
corrected a couple of small spelling errors, removed import statement…
Browse files Browse the repository at this point in the history
…s for unused modules, and added CSIRO copyright header where missing.
  • Loading branch information
PantelisElinas committed Jan 1, 2019
1 parent 5674493 commit c3e0e97
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
7 changes: 1 addition & 6 deletions tests/core/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, softwarware
# 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 pytest
import pandas as pd
import networkx as nx

import stellargraph as sg
from stellargraph.core.schema import *
from stellargraph.data.converter import *
import itertools as it


Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_stellargraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, softwarware
# 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
Expand Down
16 changes: 16 additions & 0 deletions tests/mapper/test_benchmark_generators.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# -*- coding: utf-8 -*-
#
# Copyright 2018 Data61, CSIRO
#
# 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 random

from stellargraph.mapper.link_mappers import *
Expand Down

0 comments on commit c3e0e97

Please sign in to comment.