Skip to content

Commit 8cbfea2

Browse files
committed
exps: Test and profile the GEDModel class with global and local GEDEnv.
1 parent 6f5b347 commit 8cbfea2

File tree

6 files changed

+2892
-110
lines changed

6 files changed

+2892
-110
lines changed

gklearn/experiments/ged/check_results_of_ged_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def compute_geds_by_GEDEnv(dataset):
7979

8080

8181
def compute_geds_by_GEDLIB(dataset):
82-
from gklearn.gedlib import librariesImport, gedlibpy
82+
from gklearn.gedlib import libraries_import, gedlibpy
8383
from gklearn.ged.util import ged_options_to_string
8484
import numpy as np
8585

gklearn/experiments/ged/ged_model/compare_gedlib_with_coords_in_string_and_attr_format.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ def compare_gedlib_with_coords_in_string_and_attr_format(
401401
seed = 42
402402
n_graphs = 500
403403
n_emb_dim = 100
404-
parellel = True
404+
parallel = True
405405
compare_gedlib_with_coords_in_string_and_attr_format(
406-
seed=seed, n_graphs=n_graphs, n_emb_dim=n_emb_dim, parallel=parellel
406+
seed=seed, n_graphs=n_graphs, n_emb_dim=n_emb_dim, parallel=parallel
407407
)
408408

409409
# # Comparison of the two versions:

0 commit comments

Comments
 (0)