Parcourir la source

[bug]import typing.cast for leiden.py (#3493)

### What problem does this PR solve?

leiden alg throws exception for lack func cast definition

### Type of change

- Bug Fix (non-breaking change which fixes an issue)
tags/v0.14.0
roc king il y a 11 mois
Parent
révision
bcb6f7168f
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      graphrag/leiden.py

+ 1
- 1
graphrag/leiden.py Voir le fichier

@@ -7,7 +7,7 @@ Reference:

import logging
import html
from typing import Any
from typing import Any, cast
from graspologic.partition import hierarchical_leiden
from graspologic.utils import largest_connected_component


Chargement…
Annuler
Enregistrer