omniopt2 8456__py3-none-any.whl → 8461__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 omniopt2 might be problematic. Click here for more details.
- .omniopt.py +19 -11
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt.py +19 -11
- {omniopt2-8456.dist-info → omniopt2-8461.dist-info}/METADATA +1 -1
- {omniopt2-8456.dist-info → omniopt2-8461.dist-info}/RECORD +36 -36
- omniopt2.egg-info/PKG-INFO +1 -1
- pyproject.toml +1 -1
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.colorfunctions.sh +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.general.sh +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.helpers.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_cpu_ram_usage.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_general.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_gpu_usage.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_kde.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_scatter.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_scatter_generation_method.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_scatter_hex.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_time_and_exit_code.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_trial_index_result.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_worker.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.random_generator.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.shellscript_functions +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/.tpe.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/LICENSE +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/apt-dependencies.txt +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/omniopt +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/omniopt_docker +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/omniopt_evaluate +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/omniopt_plot +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/omniopt_share +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/pylint.rc +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/requirements.txt +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/setup.py +0 -0
- {omniopt2-8456.data → omniopt2-8461.data}/data/bin/test_requirements.txt +0 -0
- {omniopt2-8456.dist-info → omniopt2-8461.dist-info}/WHEEL +0 -0
- {omniopt2-8456.dist-info → omniopt2-8461.dist-info}/licenses/LICENSE +0 -0
- {omniopt2-8456.dist-info → omniopt2-8461.dist-info}/top_level.txt +0 -0
.omniopt.py
CHANGED
|
@@ -333,7 +333,7 @@ def show_func_name_wrapper(func: F) -> F:
|
|
|
333
333
|
|
|
334
334
|
return result
|
|
335
335
|
|
|
336
|
-
return wrapper
|
|
336
|
+
return wrapper # type: ignore
|
|
337
337
|
|
|
338
338
|
def log_time_and_memory_wrapper(func: F) -> F:
|
|
339
339
|
@functools.wraps(func)
|
|
@@ -360,7 +360,7 @@ def log_time_and_memory_wrapper(func: F) -> F:
|
|
|
360
360
|
|
|
361
361
|
return result
|
|
362
362
|
|
|
363
|
-
return wrapper
|
|
363
|
+
return wrapper # type: ignore
|
|
364
364
|
|
|
365
365
|
def _record_stats(func_name: str, elapsed: float, mem_diff: float, mem_after: float, mem_peak: float) -> None:
|
|
366
366
|
global _total_time
|
|
@@ -3306,7 +3306,7 @@ def parse_experiment_parameters() -> None:
|
|
|
3306
3306
|
# Remove duplicates by 'name' key preserving order
|
|
3307
3307
|
params = list({p['name']: p for p in params}.values())
|
|
3308
3308
|
|
|
3309
|
-
experiment_parameters = params
|
|
3309
|
+
experiment_parameters = params # type: ignore[assignment]
|
|
3310
3310
|
|
|
3311
3311
|
def check_factorial_range() -> None:
|
|
3312
3312
|
if args.model and args.model == "FACTORIAL":
|
|
@@ -3597,11 +3597,11 @@ def _add_to_csv_rewrite_file(file_path: str, rows: List[list], existing_heading:
|
|
|
3597
3597
|
writer = csv.writer(tmp_file)
|
|
3598
3598
|
writer.writerow(all_headings)
|
|
3599
3599
|
for row in rows[1:]:
|
|
3600
|
-
tmp_file.writerow([
|
|
3600
|
+
tmp_file.writerow([ # type: ignore[attr-defined]
|
|
3601
3601
|
row[existing_heading.index(h)] if h in existing_heading else ""
|
|
3602
3602
|
for h in all_headings
|
|
3603
3603
|
])
|
|
3604
|
-
tmp_file.writerow([
|
|
3604
|
+
tmp_file.writerow([ # type: ignore[attr-defined]
|
|
3605
3605
|
formatted_data[new_heading.index(h)] if h in new_heading else ""
|
|
3606
3606
|
for h in all_headings
|
|
3607
3607
|
])
|
|
@@ -6572,9 +6572,12 @@ def try_insert_job(csv_path: str, arm_params: Dict, result: Any, i: int, arm_par
|
|
|
6572
6572
|
if err_msgs is None:
|
|
6573
6573
|
print_red("try_insert_job: err_msgs was None")
|
|
6574
6574
|
else:
|
|
6575
|
-
if
|
|
6576
|
-
|
|
6577
|
-
|
|
6575
|
+
if isinstance(err_msgs, list):
|
|
6576
|
+
if err_msg not in err_msgs:
|
|
6577
|
+
print_red(err_msg)
|
|
6578
|
+
err_msgs.append(err_msg)
|
|
6579
|
+
elif isinstance(err_msgs, str):
|
|
6580
|
+
err_msgs += f"\n{err_msg}"
|
|
6578
6581
|
|
|
6579
6582
|
return cnt
|
|
6580
6583
|
|
|
@@ -8468,16 +8471,21 @@ def get_model_from_name(name: str) -> Any:
|
|
|
8468
8471
|
return gen
|
|
8469
8472
|
raise ValueError(f"Unknown or unsupported model: {name}")
|
|
8470
8473
|
|
|
8471
|
-
def get_name_from_model(model: Any) ->
|
|
8474
|
+
def get_name_from_model(model: Any) -> str:
|
|
8472
8475
|
if not isinstance(SUPPORTED_MODELS, (list, set, tuple)):
|
|
8473
|
-
|
|
8476
|
+
raise RuntimeError("get_model_from_name: SUPPORTED_MODELS was not a list, set or tuple. Cannot continue")
|
|
8474
8477
|
|
|
8475
8478
|
model_str = model.value if hasattr(model, "value") else str(model)
|
|
8476
8479
|
|
|
8477
8480
|
model_str_lower = model_str.lower()
|
|
8478
8481
|
model_map = {m.lower(): m for m in SUPPORTED_MODELS}
|
|
8479
8482
|
|
|
8480
|
-
|
|
8483
|
+
ret = model_map.get(model_str_lower, None)
|
|
8484
|
+
|
|
8485
|
+
if ret is None:
|
|
8486
|
+
raise RuntimeError("get_name_from_model: failed to get Model")
|
|
8487
|
+
|
|
8488
|
+
return ret
|
|
8481
8489
|
|
|
8482
8490
|
def parse_generation_strategy_string(gen_strat_str: str) -> tuple[list[dict[str, int]], int]:
|
|
8483
8491
|
gen_strat_list = []
|
|
@@ -333,7 +333,7 @@ def show_func_name_wrapper(func: F) -> F:
|
|
|
333
333
|
|
|
334
334
|
return result
|
|
335
335
|
|
|
336
|
-
return wrapper
|
|
336
|
+
return wrapper # type: ignore
|
|
337
337
|
|
|
338
338
|
def log_time_and_memory_wrapper(func: F) -> F:
|
|
339
339
|
@functools.wraps(func)
|
|
@@ -360,7 +360,7 @@ def log_time_and_memory_wrapper(func: F) -> F:
|
|
|
360
360
|
|
|
361
361
|
return result
|
|
362
362
|
|
|
363
|
-
return wrapper
|
|
363
|
+
return wrapper # type: ignore
|
|
364
364
|
|
|
365
365
|
def _record_stats(func_name: str, elapsed: float, mem_diff: float, mem_after: float, mem_peak: float) -> None:
|
|
366
366
|
global _total_time
|
|
@@ -3306,7 +3306,7 @@ def parse_experiment_parameters() -> None:
|
|
|
3306
3306
|
# Remove duplicates by 'name' key preserving order
|
|
3307
3307
|
params = list({p['name']: p for p in params}.values())
|
|
3308
3308
|
|
|
3309
|
-
experiment_parameters = params
|
|
3309
|
+
experiment_parameters = params # type: ignore[assignment]
|
|
3310
3310
|
|
|
3311
3311
|
def check_factorial_range() -> None:
|
|
3312
3312
|
if args.model and args.model == "FACTORIAL":
|
|
@@ -3597,11 +3597,11 @@ def _add_to_csv_rewrite_file(file_path: str, rows: List[list], existing_heading:
|
|
|
3597
3597
|
writer = csv.writer(tmp_file)
|
|
3598
3598
|
writer.writerow(all_headings)
|
|
3599
3599
|
for row in rows[1:]:
|
|
3600
|
-
tmp_file.writerow([
|
|
3600
|
+
tmp_file.writerow([ # type: ignore[attr-defined]
|
|
3601
3601
|
row[existing_heading.index(h)] if h in existing_heading else ""
|
|
3602
3602
|
for h in all_headings
|
|
3603
3603
|
])
|
|
3604
|
-
tmp_file.writerow([
|
|
3604
|
+
tmp_file.writerow([ # type: ignore[attr-defined]
|
|
3605
3605
|
formatted_data[new_heading.index(h)] if h in new_heading else ""
|
|
3606
3606
|
for h in all_headings
|
|
3607
3607
|
])
|
|
@@ -6572,9 +6572,12 @@ def try_insert_job(csv_path: str, arm_params: Dict, result: Any, i: int, arm_par
|
|
|
6572
6572
|
if err_msgs is None:
|
|
6573
6573
|
print_red("try_insert_job: err_msgs was None")
|
|
6574
6574
|
else:
|
|
6575
|
-
if
|
|
6576
|
-
|
|
6577
|
-
|
|
6575
|
+
if isinstance(err_msgs, list):
|
|
6576
|
+
if err_msg not in err_msgs:
|
|
6577
|
+
print_red(err_msg)
|
|
6578
|
+
err_msgs.append(err_msg)
|
|
6579
|
+
elif isinstance(err_msgs, str):
|
|
6580
|
+
err_msgs += f"\n{err_msg}"
|
|
6578
6581
|
|
|
6579
6582
|
return cnt
|
|
6580
6583
|
|
|
@@ -8468,16 +8471,21 @@ def get_model_from_name(name: str) -> Any:
|
|
|
8468
8471
|
return gen
|
|
8469
8472
|
raise ValueError(f"Unknown or unsupported model: {name}")
|
|
8470
8473
|
|
|
8471
|
-
def get_name_from_model(model: Any) ->
|
|
8474
|
+
def get_name_from_model(model: Any) -> str:
|
|
8472
8475
|
if not isinstance(SUPPORTED_MODELS, (list, set, tuple)):
|
|
8473
|
-
|
|
8476
|
+
raise RuntimeError("get_model_from_name: SUPPORTED_MODELS was not a list, set or tuple. Cannot continue")
|
|
8474
8477
|
|
|
8475
8478
|
model_str = model.value if hasattr(model, "value") else str(model)
|
|
8476
8479
|
|
|
8477
8480
|
model_str_lower = model_str.lower()
|
|
8478
8481
|
model_map = {m.lower(): m for m in SUPPORTED_MODELS}
|
|
8479
8482
|
|
|
8480
|
-
|
|
8483
|
+
ret = model_map.get(model_str_lower, None)
|
|
8484
|
+
|
|
8485
|
+
if ret is None:
|
|
8486
|
+
raise RuntimeError("get_name_from_model: failed to get Model")
|
|
8487
|
+
|
|
8488
|
+
return ret
|
|
8481
8489
|
|
|
8482
8490
|
def parse_generation_strategy_string(gen_strat_str: str) -> tuple[list[dict[str, int]], int]:
|
|
8483
8491
|
gen_strat_list = []
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.general.sh,sha256=uyGMN8xNToQ0v50KoiYxm6jRmgf0orroOaodM_Nuq30,2107
|
|
4
4
|
.gitignore,sha256=GmSD6dE4AqN4_fhQUdAzydst60s3w3ePYxetTr3Et7c,3776
|
|
5
5
|
.helpers.py,sha256=posn69_5fnlCqU-jRTFaED0LoeC2uuQe6r9NuqvfHm0,31456
|
|
6
|
-
.omniopt.py,sha256=
|
|
6
|
+
.omniopt.py,sha256=05ndT1n-sNRDycP_s1jrHjPazbYpD-J4TCM59C_H3tk,440045
|
|
7
7
|
.omniopt_plot_cpu_ram_usage.py,sha256=DbOAmdrbcZtsMnHJgHfeRngjtv6zX5J0axyua_dYezc,3932
|
|
8
8
|
.omniopt_plot_general.py,sha256=3iy-bPef8I5rTB3KRz-TuleMdgKDmVZ6c8LuNQhNwu0,6810
|
|
9
9
|
.omniopt_plot_gpu_usage.py,sha256=ojxVicwSoiyl7f3c-6lLuT2EpyPcSJKEcbp75LgDY2k,5107
|
|
@@ -26,46 +26,46 @@ omniopt_docker,sha256=XyEGZ71l-tUlAYUluVF39fGO3NLDRa8UyrwxmAsXWNI,3542
|
|
|
26
26
|
omniopt_evaluate,sha256=9oBh0_ikCuIz_aJQZrN0j39NDiIDYoSvEFmSVIoFjJE,23842
|
|
27
27
|
omniopt_plot,sha256=ze6Dz2k0w5jyUnfatAA7dk59nzQjKC_G36tDvJGWsfA,13696
|
|
28
28
|
omniopt_share,sha256=2KZcTjN_7vcxNjb4sLLiWgUc38pl2-6-Qwmgq6_nTb0,13856
|
|
29
|
-
pyproject.toml,sha256=
|
|
29
|
+
pyproject.toml,sha256=iiQnlE--3bIVOvXyrYVtn0ATi3aoeBx8GRQVH6wxXZk,397
|
|
30
30
|
requirements.txt,sha256=0ViG5vdrDP--nr7mbZbV0ayJc6a5APNlTiMqGEZB6qE,292
|
|
31
31
|
setup.cfg,sha256=HEc8uu6NpfxG5_AVh5SvXOpEFMNKPPPxgMIAH144vT4,38
|
|
32
32
|
test_requirements.txt,sha256=jpyZzAwbWR_qnoRqWvpBB5MUjIX9jVwynX2D-B-r8aA,487
|
|
33
33
|
.tests/pylint.rc,sha256=ZGtZjVgJtK_6tdwgscJneS-LUeDASjSVVz6veCkp9rw,22631
|
|
34
|
-
omniopt2-
|
|
35
|
-
omniopt2-
|
|
36
|
-
omniopt2-
|
|
37
|
-
omniopt2-
|
|
38
|
-
omniopt2-
|
|
39
|
-
omniopt2-
|
|
40
|
-
omniopt2-
|
|
41
|
-
omniopt2-
|
|
42
|
-
omniopt2-
|
|
43
|
-
omniopt2-
|
|
44
|
-
omniopt2-
|
|
45
|
-
omniopt2-
|
|
46
|
-
omniopt2-
|
|
47
|
-
omniopt2-
|
|
48
|
-
omniopt2-
|
|
49
|
-
omniopt2-
|
|
50
|
-
omniopt2-
|
|
51
|
-
omniopt2-
|
|
52
|
-
omniopt2-
|
|
53
|
-
omniopt2-
|
|
54
|
-
omniopt2-
|
|
55
|
-
omniopt2-
|
|
56
|
-
omniopt2-
|
|
57
|
-
omniopt2-
|
|
58
|
-
omniopt2-
|
|
59
|
-
omniopt2-
|
|
60
|
-
omniopt2-
|
|
61
|
-
omniopt2-
|
|
62
|
-
omniopt2-
|
|
63
|
-
omniopt2.egg-info/PKG-INFO,sha256=
|
|
34
|
+
omniopt2-8461.data/data/bin/.colorfunctions.sh,sha256=xxc08V3Fh_0Je20fkJMRO14u9VCSvMyOiMaDfioEyCY,1098
|
|
35
|
+
omniopt2-8461.data/data/bin/.general.sh,sha256=uyGMN8xNToQ0v50KoiYxm6jRmgf0orroOaodM_Nuq30,2107
|
|
36
|
+
omniopt2-8461.data/data/bin/.helpers.py,sha256=posn69_5fnlCqU-jRTFaED0LoeC2uuQe6r9NuqvfHm0,31456
|
|
37
|
+
omniopt2-8461.data/data/bin/.omniopt.py,sha256=05ndT1n-sNRDycP_s1jrHjPazbYpD-J4TCM59C_H3tk,440045
|
|
38
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_cpu_ram_usage.py,sha256=DbOAmdrbcZtsMnHJgHfeRngjtv6zX5J0axyua_dYezc,3932
|
|
39
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_general.py,sha256=3iy-bPef8I5rTB3KRz-TuleMdgKDmVZ6c8LuNQhNwu0,6810
|
|
40
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_gpu_usage.py,sha256=ojxVicwSoiyl7f3c-6lLuT2EpyPcSJKEcbp75LgDY2k,5107
|
|
41
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_kde.py,sha256=uRLWr72TDKvj3AqJ0O0AvkKZ1ok1O1QpXnbfQQdo0nA,6873
|
|
42
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_scatter.py,sha256=b0_CIqgyi6PztaUVJRL9X9XBTaOonh-yDH2hRxMGkH0,8403
|
|
43
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_scatter_generation_method.py,sha256=rgKY_w1E516c9UucVaEvaKd8tCnoUq9xg-RrYSDzYEQ,4289
|
|
44
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_scatter_hex.py,sha256=UKjw40c1eumgEcf0xqB-_SakX5PB6HD3u4VwBxbsgQo,10279
|
|
45
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_time_and_exit_code.py,sha256=WUyl2uI59wsC1eSX_5uJHOrqcF-s5cUDIEu8u3IFMLU,6462
|
|
46
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_trial_index_result.py,sha256=Xlo_dYTQNnxPhYakmgMM58CCcW9gUoXZ3gLap9RScTY,4578
|
|
47
|
+
omniopt2-8461.data/data/bin/.omniopt_plot_worker.py,sha256=VuluQq4W6KRR5RU08dxmDSFk5mbfDRkRJQFwwcLgAGw,4524
|
|
48
|
+
omniopt2-8461.data/data/bin/.random_generator.py,sha256=ezBBUXpez_QaGdpCglMcJ0KZPdQP0XdX5gnLzO1xhwU,2987
|
|
49
|
+
omniopt2-8461.data/data/bin/.shellscript_functions,sha256=9Yo5j3BBLDNVPwe2uNjHbVCbj3H1v1gC5Ju8KvPXfC4,13624
|
|
50
|
+
omniopt2-8461.data/data/bin/.tpe.py,sha256=93yjviAtxPRYUCpSIShW_H3QQ5JPNcnXNjF0g8zc7Wc,6766
|
|
51
|
+
omniopt2-8461.data/data/bin/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
52
|
+
omniopt2-8461.data/data/bin/apt-dependencies.txt,sha256=X5tBB8ZLW9XaFtRh8B7C2pIkSoxNNawqioDr0QZAtuM,149
|
|
53
|
+
omniopt2-8461.data/data/bin/omniopt,sha256=PCBtM71SYgl-ZweB8XHhb2LQ5Mu7zXa-LfrERU0-RQQ,51404
|
|
54
|
+
omniopt2-8461.data/data/bin/omniopt_docker,sha256=XyEGZ71l-tUlAYUluVF39fGO3NLDRa8UyrwxmAsXWNI,3542
|
|
55
|
+
omniopt2-8461.data/data/bin/omniopt_evaluate,sha256=9oBh0_ikCuIz_aJQZrN0j39NDiIDYoSvEFmSVIoFjJE,23842
|
|
56
|
+
omniopt2-8461.data/data/bin/omniopt_plot,sha256=ze6Dz2k0w5jyUnfatAA7dk59nzQjKC_G36tDvJGWsfA,13696
|
|
57
|
+
omniopt2-8461.data/data/bin/omniopt_share,sha256=2KZcTjN_7vcxNjb4sLLiWgUc38pl2-6-Qwmgq6_nTb0,13856
|
|
58
|
+
omniopt2-8461.data/data/bin/pylint.rc,sha256=ZGtZjVgJtK_6tdwgscJneS-LUeDASjSVVz6veCkp9rw,22631
|
|
59
|
+
omniopt2-8461.data/data/bin/requirements.txt,sha256=0ViG5vdrDP--nr7mbZbV0ayJc6a5APNlTiMqGEZB6qE,292
|
|
60
|
+
omniopt2-8461.data/data/bin/setup.py,sha256=zg7k4jeHXEdaGWGeB1mPC14fFj-hqz1vNimnU0JcMyk,4632
|
|
61
|
+
omniopt2-8461.data/data/bin/test_requirements.txt,sha256=jpyZzAwbWR_qnoRqWvpBB5MUjIX9jVwynX2D-B-r8aA,487
|
|
62
|
+
omniopt2-8461.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
63
|
+
omniopt2.egg-info/PKG-INFO,sha256=ozDtmKpt5kf2bVWT4X7z3SWayoSIPg4f_Jf0KnxOP4U,5718
|
|
64
64
|
omniopt2.egg-info/SOURCES.txt,sha256=2mSVIhM8Ncyl5_s8ZFBlb6qjRDbTCQmV9FwVVjp5ROE,795
|
|
65
65
|
omniopt2.egg-info/dependency_links.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
66
66
|
omniopt2.egg-info/requires.txt,sha256=_n-6wV9UtTagGm4wbRDW7FjKoCB0Y4jkb5VbARh6pMU,779
|
|
67
67
|
omniopt2.egg-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
68
|
-
omniopt2-
|
|
69
|
-
omniopt2-
|
|
70
|
-
omniopt2-
|
|
71
|
-
omniopt2-
|
|
68
|
+
omniopt2-8461.dist-info/METADATA,sha256=ozDtmKpt5kf2bVWT4X7z3SWayoSIPg4f_Jf0KnxOP4U,5718
|
|
69
|
+
omniopt2-8461.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
70
|
+
omniopt2-8461.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
71
|
+
omniopt2-8461.dist-info/RECORD,,
|
omniopt2.egg-info/PKG-INFO
CHANGED
pyproject.toml
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{omniopt2-8456.data → omniopt2-8461.data}/data/bin/.omniopt_plot_scatter_generation_method.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|