Skip to content

Commit

Permalink
fix(ml): correct header writing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJs133 authored Dec 22, 2024
1 parent 9018271 commit 9be3305
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hugegraph-ml/src/hugegraph_ml/models/appnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-ml/src/hugegraph_ml/models/arma.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hugegraph-ml/src/hugegraph_ml/models/bgrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hugegraph-ml/src/hugegraph_ml/models/gatne.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9be3305

Please sign in to comment.