From 9be3305a972892bbe4f5d8d4b60741425d1f3f8d Mon Sep 17 00:00:00 2001 From: SoJGooo <102796027+MrJs133@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:50:00 +0800 Subject: [PATCH] fix(ml): correct header writing errors --- hugegraph-ml/src/hugegraph_ml/models/appnp.py | 2 +- hugegraph-ml/src/hugegraph_ml/models/arma.py | 2 +- hugegraph-ml/src/hugegraph_ml/models/bgrl.py | 2 +- hugegraph-ml/src/hugegraph_ml/models/gatne.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hugegraph-ml/src/hugegraph_ml/models/appnp.py b/hugegraph-ml/src/hugegraph_ml/models/appnp.py index 8c65daa9..f63fb29b 100644 --- a/hugegraph-ml/src/hugegraph_ml/models/appnp.py +++ b/hugegraph-ml/src/hugegraph_ml/models/appnp.py @@ -13,7 +13,7 @@ # "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.right (c) 2024 by jinsong, All Rights Reserved. +# under the License. """ Approximate personalized propagation of neural predictions (APPNP) diff --git a/hugegraph-ml/src/hugegraph_ml/models/arma.py b/hugegraph-ml/src/hugegraph_ml/models/arma.py index 5e4980f8..7fb21b5c 100644 --- a/hugegraph-ml/src/hugegraph_ml/models/arma.py +++ b/hugegraph-ml/src/hugegraph_ml/models/arma.py @@ -13,7 +13,7 @@ # "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.right (c) 2024 by jinsong, All Rights Reserved. +# under the License. # pylint: disable=C0103 diff --git a/hugegraph-ml/src/hugegraph_ml/models/bgrl.py b/hugegraph-ml/src/hugegraph_ml/models/bgrl.py index 40c682a7..288a434b 100644 --- a/hugegraph-ml/src/hugegraph_ml/models/bgrl.py +++ b/hugegraph-ml/src/hugegraph_ml/models/bgrl.py @@ -13,7 +13,7 @@ # "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.right (c) 2024 by jinsong, All Rights Reserved. +# under the License. # pylint: disable=C0103,R1705.R1734 diff --git a/hugegraph-ml/src/hugegraph_ml/models/gatne.py b/hugegraph-ml/src/hugegraph_ml/models/gatne.py index 03d2f3f9..91bb582b 100644 --- a/hugegraph-ml/src/hugegraph_ml/models/gatne.py +++ b/hugegraph-ml/src/hugegraph_ml/models/gatne.py @@ -13,7 +13,7 @@ # "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.right (c) 2024 by jinsong, All Rights Reserved. +# under the License. # pylint: disable=R0205,C0200,R1732