Skip to content

Commit 39da568

Browse files
temporarily disabling ocel r4pm importers
1 parent 8428d8b commit 39da568

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pm4py/read.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ def read_ocel2_json(
460460
from pm4py.objects.ocel.importer.jsonocel import importer as jsonocel_importer
461461

462462
variant = jsonocel_importer.Variants.OCEL20_STANDARD
463-
if get_rustxes_backend_name() is not None:
464-
variant = jsonocel_importer.Variants.OCEL20_RUSTXES
463+
#if get_rustxes_backend_name() is not None:
464+
# variant = jsonocel_importer.Variants.OCEL20_RUSTXES
465465

466466
return jsonocel_importer.apply(
467467
file_path, variant=variant, parameters={"encoding": encoding}
@@ -516,8 +516,8 @@ def read_ocel2_xml(
516516
from pm4py.objects.ocel.importer.xmlocel import importer as xml_importer
517517

518518
variant = xml_importer.Variants.OCEL20
519-
if get_rustxes_backend_name() is not None:
520-
variant = xml_importer.Variants.OCEL20_RUSTXES
519+
#if get_rustxes_backend_name() is not None:
520+
# variant = xml_importer.Variants.OCEL20_RUSTXES
521521

522522
return xml_importer.apply(
523523
file_path, variant=variant, parameters={"encoding": encoding}

0 commit comments

Comments
 (0)