code-loader 1.0.77.dev4__py3-none-any.whl → 1.0.78__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- code_loader/inner_leap_binder/leapbinder.py +1 -1
- code_loader/leaploader.py +1 -1
- {code_loader-1.0.77.dev4.dist-info → code_loader-1.0.78.dist-info}/METADATA +1 -1
- {code_loader-1.0.77.dev4.dist-info → code_loader-1.0.78.dist-info}/RECORD +6 -6
- {code_loader-1.0.77.dev4.dist-info → code_loader-1.0.78.dist-info}/LICENSE +0 -0
- {code_loader-1.0.77.dev4.dist-info → code_loader-1.0.78.dist-info}/WHEEL +0 -0
@@ -533,7 +533,7 @@ class LeapBinder:
|
|
533
533
|
for state, preprocess_response in preprocess_result.items():
|
534
534
|
if state == DataStateEnum.unlabeled and isinstance(dataset_base_handler, GroundTruthHandler):
|
535
535
|
continue
|
536
|
-
self.check_handler(preprocess_response, test_result, dataset_base_handler)
|
536
|
+
self.check_handler(preprocess_response, test_result, dataset_base_handler, state)
|
537
537
|
|
538
538
|
def check(self) -> None:
|
539
539
|
preprocess_result = self.get_preprocess_result()
|
code_loader/leaploader.py
CHANGED
@@ -46,7 +46,7 @@ class LeapLoader(LeapLoaderBase):
|
|
46
46
|
|
47
47
|
def evaluate_module(self) -> None:
|
48
48
|
def append_path_recursively(full_path: str) -> None:
|
49
|
-
if
|
49
|
+
if self.code_path not in full_path or full_path == '/':
|
50
50
|
return
|
51
51
|
|
52
52
|
parent_path = str(Path(full_path).parent)
|
@@ -19,14 +19,14 @@ code_loader/experiment_api/types.py,sha256=MY8xFARHwdVA7p4dxyhD60ShmttgTvb4qdp1o
|
|
19
19
|
code_loader/experiment_api/utils.py,sha256=XZHtxge12TS4H4-8PjV3sKuhp8Ud6ojAiIzTZJEqBqc,3304
|
20
20
|
code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaSbeTVzq-2ja_SQw4zi7LXwKL9cY,990
|
21
21
|
code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
|
22
|
-
code_loader/inner_leap_binder/leapbinder.py,sha256=
|
22
|
+
code_loader/inner_leap_binder/leapbinder.py,sha256=3C8Vzk-O2opVQ5FU16uX7GM57RX64mziMiyW6h3fRgo,29367
|
23
23
|
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=HUIVrI-I0aB-nQl7lZErE5vuhml7A8MMGaw_R4U4QCk,22053
|
24
|
-
code_loader/leaploader.py,sha256=
|
24
|
+
code_loader/leaploader.py,sha256=AUx6iqJK9DzIrdDGvfM3cWNejoK7aDTsU_ShhphVrfM,25679
|
25
25
|
code_loader/leaploaderbase.py,sha256=VH0vddRmkqLtcDlYPCO7hfz1_VbKo43lUdHDAbd4iJc,4198
|
26
26
|
code_loader/utils.py,sha256=aw2i_fqW_ADjLB66FWZd9DfpCQ7mPdMyauROC5Nd51I,2197
|
27
27
|
code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
28
|
code_loader/visualizers/default_visualizers.py,sha256=Ffx5VHVOe5ujBOsjBSxN_aIEVwFSQ6gbhTMG5aUS-po,2305
|
29
|
-
code_loader-1.0.
|
30
|
-
code_loader-1.0.
|
31
|
-
code_loader-1.0.
|
32
|
-
code_loader-1.0.
|
29
|
+
code_loader-1.0.78.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
30
|
+
code_loader-1.0.78.dist-info/METADATA,sha256=EfiPvcKzkE4v7DblDFb6-kpVDBXz_pquAep0j7FTAQ4,849
|
31
|
+
code_loader-1.0.78.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
32
|
+
code_loader-1.0.78.dist-info/RECORD,,
|
File without changes
|
File without changes
|