code-loader 1.0.181.dev2__py3-none-any.whl → 1.0.181.dev3__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.
@@ -667,6 +667,10 @@ class LeapBinder:
667
667
  test_result = self.check_handler(preprocess_response, test_result, dataset_base_handler, state)
668
668
 
669
669
  def check_simulations(self) -> None:
670
+ from code_loader.inner_leap_binder.leapbinder_decorators import _call_from_tl_platform
671
+ if not _call_from_tl_platform:
672
+ from code_loader.inner_leap_binder.leapbinder_decorators import set_current
673
+ set_current("tensorleap simulation")
670
674
  for sim in self.setup_container.simulations:
671
675
  kwargs = sample_sim_params(sim.sim_config)
672
676
  kwargs["N"] = 1
@@ -2175,6 +2175,8 @@ def tensorleap_status_table():
2175
2175
  row = _find_row("tensorleap simulation")
2176
2176
  if not row:
2177
2177
  return
2178
+ if row["Added to integration"] == CROSS:
2179
+ return
2178
2180
  failed = [n for n, s in _sim_tracking.items() if s == "failed"]
2179
2181
  not_called = [n for n, s in _sim_tracking.items() if s == "registered"]
2180
2182
  if failed:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: code-loader
3
- Version: 1.0.181.dev2
3
+ Version: 1.0.181.dev3
4
4
  Summary:
5
5
  Home-page: https://github.com/tensorleap/code-loader
6
6
  License: MIT
@@ -21,8 +21,8 @@ code_loader/experiment_api/types.py,sha256=MY8xFARHwdVA7p4dxyhD60ShmttgTvb4qdp1o
21
21
  code_loader/experiment_api/utils.py,sha256=XZHtxge12TS4H4-8PjV3sKuhp8Ud6ojAiIzTZJEqBqc,3304
22
22
  code_loader/experiment_api/workingspace_config_utils.py,sha256=DLzXQCg4dgTV_YgaSbeTVzq-2ja_SQw4zi7LXwKL9cY,990
23
23
  code_loader/inner_leap_binder/__init__.py,sha256=koOlJyMNYzGbEsoIbXathSmQ-L38N_pEXH_HvL7beXU,99
24
- code_loader/inner_leap_binder/leapbinder.py,sha256=U8uqDm1cilOLcswIDON21UIiaXU0cuElUxAXX7hwZdE,40110
25
- code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=E1j51BO2bzkeMjOazyFN4BhwGveDylk8bToNQ-qU8iM,105732
24
+ code_loader/inner_leap_binder/leapbinder.py,sha256=xu0K72zS4b3Nkc7OqcYV0CJ-LNgkZ979RyDL0EVSuqM,40381
25
+ code_loader/inner_leap_binder/leapbinder_decorators.py,sha256=94D0fcUlrYV9h-Q4E16d8Cac6uFleNV3If3AKlKOWuE,105800
26
26
  code_loader/leaploader.py,sha256=-uN0T8x563uTJfq51f3osory8aON6MMBf1tpdT1Ox5I,36314
27
27
  code_loader/leaploaderbase.py,sha256=0JMwslRs6w7psIkj4pTjYHd_pSio3vt5H-X0Lar2nBI,6428
28
28
  code_loader/mixpanel_tracker.py,sha256=rNwRmFifNbdUoqLQvvhhgpKczWpWiEmd8MfyJe27sxw,9131
@@ -32,7 +32,7 @@ code_loader/plot_functions/visualize.py,sha256=gsBAYYkwMh7jIpJeDMPS8G4CW-pxwx6Lz
32
32
  code_loader/utils.py,sha256=YecipkdTA-VcE9F0RQcY9cFnY8P3AksPnHM2Db7xUSk,3972
33
33
  code_loader/visualizers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  code_loader/visualizers/default_visualizers.py,sha256=onRnLE_TXfgLN4o52hQIOOhUcFexGlqJ3xSpQDVLuZM,2604
35
- code_loader-1.0.181.dev2.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
36
- code_loader-1.0.181.dev2.dist-info/METADATA,sha256=c8EAS6a_q-ahHHaR4etpqPhswsosFBMogx-Tz9NkDwg,1095
37
- code_loader-1.0.181.dev2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
38
- code_loader-1.0.181.dev2.dist-info/RECORD,,
35
+ code_loader-1.0.181.dev3.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
36
+ code_loader-1.0.181.dev3.dist-info/METADATA,sha256=c-fjPMP1vvj24a7thpF3vs_248IScUU31Rk073QU7xQ,1095
37
+ code_loader-1.0.181.dev3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
38
+ code_loader-1.0.181.dev3.dist-info/RECORD,,