code-loader 1.0.112.dev0__py3-none-any.whl → 1.0.112.dev1__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.
Potentially problematic release.
This version of code-loader might be problematic. Click here for more details.
- code_loader/inner_leap_binder/leapbinder_decorators.py +2 -2
- {code_loader-1.0.112.dev0.dist-info → code_loader-1.0.112.dev1.dist-info}/METADATA +1 -1
- {code_loader-1.0.112.dev0.dist-info → code_loader-1.0.112.dev1.dist-info}/RECORD +5 -5
- {code_loader-1.0.112.dev0.dist-info → code_loader-1.0.112.dev1.dist-info}/LICENSE +0 -0
- {code_loader-1.0.112.dev0.dist-info → code_loader-1.0.112.dev1.dist-info}/WHEEL +0 -0
|
@@ -627,9 +627,9 @@ def tensorleap_instances_length_encoder(name: str):
|
|
|
627
627
|
f'{preprocess_response.sample_id_type}. Got {type(sample_id)}.')
|
|
628
628
|
|
|
629
629
|
def _validate_result(result):
|
|
630
|
-
assert isinstance(result,
|
|
630
|
+
assert isinstance(result, int), \
|
|
631
631
|
(f'tensorleap_instances_length_encoder validation failed: '
|
|
632
|
-
f'Unsupported return type. Should be a
|
|
632
|
+
f'Unsupported return type. Should be a int. Got {type(result)}.')
|
|
633
633
|
|
|
634
634
|
def inner_without_validate(sample_id, preprocess_response):
|
|
635
635
|
global _called_from_inside_tl_decorator
|
|
@@ -21,7 +21,7 @@ code_loader/experiment_api/utils.py,sha256=XZHtxge12TS4H4-8PjV3sKuhp8Ud6ojAiIzTZ
|
|
|
21
21
|
code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaSbeTVzq-2ja_SQw4zi7LXwKL9cY,990
|
|
22
22
|
code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
|
|
23
23
|
code_loader/inner_leap_binder/leapbinder.py,sha256=0iHVHxC2NjfH7F0vQFVGy1e0llgKEyUHUHh3DdtqL70,32602
|
|
24
|
-
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=
|
|
24
|
+
code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=cYbSA3aetZnaFMyKa_xJXHZS07j_d48O4tdr6C6N1vo,42867
|
|
25
25
|
code_loader/leaploader.py,sha256=nIrUtK7n8is1MiaHS5T6io3P64brc1we5IxI4EPRqSs,29387
|
|
26
26
|
code_loader/leaploaderbase.py,sha256=s1jIzgRXRvZLHxIB8zreOJNv-Qh5LgoZQkLFXTpAidE,4526
|
|
27
27
|
code_loader/plot_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -30,7 +30,7 @@ code_loader/plot_functions/visualize.py,sha256=gsBAYYkwMh7jIpJeDMPS8G4CW-pxwx6Lz
|
|
|
30
30
|
code_loader/utils.py,sha256=jyKC7GSW92DEd0l1jxnNnYqTK8QzULjzlUV61Id17tc,2660
|
|
31
31
|
code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
code_loader/visualizers/default_visualizers.py,sha256=onRnLE_TXfgLN4o52hQIOOhUcFexGlqJ3xSpQDVLuZM,2604
|
|
33
|
-
code_loader-1.0.112.
|
|
34
|
-
code_loader-1.0.112.
|
|
35
|
-
code_loader-1.0.112.
|
|
36
|
-
code_loader-1.0.112.
|
|
33
|
+
code_loader-1.0.112.dev1.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
|
|
34
|
+
code_loader-1.0.112.dev1.dist-info/METADATA,sha256=8LRZ8EwP5U_QbLwJCZ1NMDY8Rqfk_8rT4KTmgrixMZI,906
|
|
35
|
+
code_loader-1.0.112.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
36
|
+
code_loader-1.0.112.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|