File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1212INITIALISED = False
1313
1414if not INITIALISED :
15- trustyai .init (
16- path = trustyai .CORE_DEPS + [
17- f"{ trustyai .DEFAULT_DEP_PATH } /org/optaplanner/optaplanner-core/8.12.0.Final/optaplanner-core-8.12.0.Final.jar" ,
18- f"{ trustyai .DEFAULT_DEP_PATH } /org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar" ,
19- f"{ trustyai .DEFAULT_DEP_PATH } /org/kie/kie-api/7.59.0.Final/kie-api-7.59.0.Final.jar" ,
20- f"{ trustyai .DEFAULT_DEP_PATH } /io/micrometer/micrometer-core/1.7.4/micrometer-core-1.7.4.jar" ,
21- ]
22- )
23-
15+ trustyai .init ()
2416 INITIALISED = True
2517
2618from trustyai .model import (
Original file line number Diff line number Diff line change 1515 f"{ DEFAULT_DEP_PATH } /org/kie/kogito/explainability-core/{ TRUSTY_VERSION } /*" ,
1616 f"{ DEFAULT_DEP_PATH } /org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" ,
1717 f"{ DEFAULT_DEP_PATH } /org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" ,
18+ f"{ DEFAULT_DEP_PATH } /org/optaplanner/optaplanner-core/8.12.0.Final/"
19+ f"optaplanner-core-8.12.0.Final.jar" ,
20+ f"{ DEFAULT_DEP_PATH } /org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar" ,
21+ f"{ DEFAULT_DEP_PATH } /org/kie/kie-api/7.59.0.Final/kie-api-7.59.0.Final.jar" ,
22+ f"{ DEFAULT_DEP_PATH } /io/micrometer/micrometer-core/1.7.4/micrometer-core-1.7.4.jar" ,
1823]
1924
2025
You can’t perform that action at this time.
0 commit comments