experimaestro 2.0.0a4__py3-none-any.whl → 2.0.0a5__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 experimaestro might be problematic. Click here for more details.

@@ -222,7 +222,7 @@ class ConfigInformation:
222
222
  if value is None:
223
223
  return False
224
224
 
225
- if isinstance(value, (int, str, float, bool, Path)):
225
+ if isinstance(value, (int, str, float, bool, Enum, Path)):
226
226
  return False
227
227
 
228
228
  if isinstance(value, ConfigMixin):
@@ -237,7 +237,7 @@ class ConfigInformation:
237
237
  for x in value.values()
238
238
  )
239
239
 
240
- assert False, f"Cannot handle values of type {type(value)}"
240
+ return False
241
241
 
242
242
  def set(self, k, v, bypass=False):
243
243
  from experimaestro.generators import Generator
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: experimaestro
3
- Version: 2.0.0a4
3
+ Version: 2.0.0a5
4
4
  Summary: "Experimaestro is a computer science experiment manager"
5
5
  License: GPL-3
6
6
  License-File: LICENSE
@@ -18,7 +18,7 @@ experimaestro/core/callbacks.py,sha256=59JfeUgWcCCdIQ3pvh-xNnoRp9BX8f4iOAkgm16wB
18
18
  experimaestro/core/context.py,sha256=1tLmX7WcgEKSbGw77vfziTzS8KNsoZJ02JBWMBCqqOk,2606
19
19
  experimaestro/core/identifier.py,sha256=d-DczyKvQhqyGD9I1ndHrPoOFRDcBHNzeqQx6EOrDPo,10552
20
20
  experimaestro/core/objects/__init__.py,sha256=ucJY5e17QQ1Kc-GYXeL7g8GFj8rP0XB4g2vrl32uhxY,721
21
- experimaestro/core/objects/config.py,sha256=wfrJ1hh6oP7E70C9TbKDtPgrRWd7b-bEkeNwYLwkxAA,58928
21
+ experimaestro/core/objects/config.py,sha256=iZDKunz03N7O5Dd-jxdyhJyfmIvLPLAHsjiGsPCbdWA,58887
22
22
  experimaestro/core/objects/config_utils.py,sha256=ZLECGkeIWdzunm8vwWsQhvcSgV1e064BgXbLiZnxSEM,1288
23
23
  experimaestro/core/objects/config_walk.py,sha256=b8u6oohf1gXyva4Y_Cyyl_3BNivzI2y-I2B6MUPV2aU,4353
24
24
  experimaestro/core/objects.pyi,sha256=xvlsRj4u1xsJxbevJl5Ner_HwmxR8x1JlAeIVDJzuy0,6498
@@ -159,8 +159,8 @@ experimaestro/utils/multiprocessing.py,sha256=am3DkHP_kmWbpynbck2c9QystCUtPBoSAC
159
159
  experimaestro/utils/resources.py,sha256=j-nvsTFwmgENMoVGOD2Ap-UD3WU85WkI0IgeSszMCX4,1328
160
160
  experimaestro/utils/settings.py,sha256=jpFMqF0DLL4_P1xGal0zVR5cOrdD8O0Y2IOYvnRgN3k,793
161
161
  experimaestro/xpmutils.py,sha256=S21eMbDYsHfvmZ1HmKpq5Pz5O-1HnCLYxKbyTBbASyQ,638
162
- experimaestro-2.0.0a4.dist-info/METADATA,sha256=1OkVOvTKidV2RvfIn-QEcNw4i_H2LcTqMlXallBiP1w,5712
163
- experimaestro-2.0.0a4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
164
- experimaestro-2.0.0a4.dist-info/entry_points.txt,sha256=TppTNiz5qm5xm1fhAcdLKdCLMrlL-eQggtCrCI00D9c,446
165
- experimaestro-2.0.0a4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
166
- experimaestro-2.0.0a4.dist-info/RECORD,,
162
+ experimaestro-2.0.0a5.dist-info/METADATA,sha256=bv8FXmTGVQ5PzyPgUCQvw8LHxqilh2eqhWbpSFUD0c4,5712
163
+ experimaestro-2.0.0a5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
164
+ experimaestro-2.0.0a5.dist-info/entry_points.txt,sha256=TppTNiz5qm5xm1fhAcdLKdCLMrlL-eQggtCrCI00D9c,446
165
+ experimaestro-2.0.0a5.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
166
+ experimaestro-2.0.0a5.dist-info/RECORD,,