This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


The following commit(s) were added to refs/heads/main by this push:
     new 9be3305  fix(ml): correct header writing errors
9be3305 is described below

commit 9be3305a972892bbe4f5d8d4b60741425d1f3f8d
Author: SoJGooo <102796027+mrjs...@users.noreply.github.com>
AuthorDate: Sun Dec 22 23:50:00 2024 +0800

    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 8c65daa..f63fb29 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 5e4980f..7fb21b5 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 40c682a..288a434 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 03d2f3f..91bb582 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
 

Reply via email to