blue-sandbox 5.214.1__py3-none-any.whl → 5.235.1__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.
@@ -23,12 +23,6 @@ function blue_sandbox_palisades_ingest() {
23
23
  $target_options \
24
24
  $query_object_name
25
25
  [[ $? -ne 0 ]] && return 1
26
-
27
- abcli_eval dryrun=$do_dryrun \
28
- python3 -m blue_sandbox.palisades \
29
- complete_ingest \
30
- --query_object_name $query_object_name
31
- [[ $? -ne 0 ]] && return 1
32
26
  fi
33
27
 
34
28
  local do_ingest_datacubes=$(abcli_option_int "$datacube_ingest_options" ingest_datacubes 1)
@@ -4,8 +4,7 @@ function test_blue_sandbox_palisades_ingest() {
4
4
  local options=$1
5
5
 
6
6
  abcli_eval ,$options \
7
- blue_sandbox_palisades \
8
- ingest \
7
+ blue_sandbox_palisades_ingest \
9
8
  ~upload \
10
9
  target=Palisades-Maxar-test \
11
10
  ~ingest_datacubes
@@ -14,8 +13,7 @@ function test_blue_sandbox_palisades_ingest() {
14
13
  abcli_hr
15
14
 
16
15
  abcli_eval ,$options \
17
- blue_sandbox_palisades \
18
- ingest \
16
+ blue_sandbox_palisades_ingest \
19
17
  ~upload \
20
18
  $PALISADES_QUERY_OBJECT_PALISADES_MAXAR_TEST \
21
19
  ~ingest_datacubes
@@ -24,8 +22,7 @@ function test_blue_sandbox_palisades_ingest() {
24
22
  abcli_hr
25
23
 
26
24
  abcli_eval ,$options \
27
- blue_sandbox_palisades \
28
- ingest \
25
+ blue_sandbox_palisades_ingest \
29
26
  ~upload \
30
27
  target=Palisades-Maxar-test \
31
28
  scope=rgb
@@ -12,14 +12,10 @@ function test_blue_sandbox_palisades_label() {
12
12
  $query_object_name
13
13
  [[ $? -ne 0 ]] && return 1
14
14
 
15
- abcli_log_warning "image size may cause gitlab error, disabled."
16
- return 0
17
-
18
- # TODO: enable with a dataset with smaller images.
19
-
15
+ # test is empty; train causes the github worker to crash.
20
16
  abcli_eval ,$options \
21
17
  roofai_dataset_review - \
22
18
  $query_object_name \
23
19
  --index 0 \
24
- --subset train
20
+ --subset test
25
21
  }
@@ -5,9 +5,12 @@ function test_blue_sandbox_palisades_train() {
5
5
 
6
6
  local query_object_name=palisades-dataset-v1
7
7
 
8
+ # test is empty; train causes the github worker to crash.
8
9
  abcli_eval ,$options \
9
10
  roofai_dataset_review download \
10
- $query_object_name
11
+ $query_object_name \
12
+ --index 0 \
13
+ --subset test
11
14
  [[ $? -ne 0 ]] && return 1
12
15
 
13
16
  abcli_hr
blue_sandbox/__init__.py CHANGED
@@ -4,7 +4,7 @@ ICON = "🌀"
4
4
 
5
5
  DESCRIPTION = f"{ICON} A sandbox for ideas and experiments."
6
6
 
7
- VERSION = "5.214.1"
7
+ VERSION = "5.235.1"
8
8
 
9
9
  REPO_NAME = "blue-sandbox"
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: blue_sandbox
3
- Version: 5.214.1
3
+ Version: 5.235.1
4
4
  Summary: 🌀 A sandbox for ideas and experiments.
5
5
  Home-page: https://github.com/kamangir/blue-sandbox
6
6
  Author: Arash Abadpour (Kamangir)
@@ -64,4 +64,4 @@ pip install blue-sandbox
64
64
 
65
65
  [![pylint](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-sandbox/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-sandbox.svg)](https://pypi.org/project/blue-sandbox/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-sandbox)](https://pypistats.org/packages/blue-sandbox)
66
66
 
67
- built by 🌀 [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.214.1`](https://github.com/kamangir/blue-sandbox).
67
+ built by 🌀 [`blue_options-4.192.1`](https://github.com/kamangir/awesome-bash-cli), based on 🌀 [`blue_sandbox-5.235.1`](https://github.com/kamangir/blue-sandbox).
@@ -1,5 +1,5 @@
1
1
  blue_sandbox/README.py,sha256=wy5C7hkd-_RB9HZAmyt75Uevjpxg6Ok7t9SkET3QKHI,2077
2
- blue_sandbox/__init__.py,sha256=6yWdyCk-X4OObrXfSzp90w2bSAag-yQavBW2u2KTS6I,323
2
+ blue_sandbox/__init__.py,sha256=czuzczvNKN4XZIGpH8i77OaxZ9jHmIacrWTVo23oNqc,323
3
3
  blue_sandbox/__main__.py,sha256=aPRHSpGpk-bDbzhHpfLNsd3y1gGEHpnhoTF-RBweNwc,361
4
4
  blue_sandbox/config.env,sha256=jTPIS1Tpbkj1b28ynqB1atEtkjQfJ04SJC56bLWGnAs,496
5
5
  blue_sandbox/env.py,sha256=gMeUa11uAiiIPPqcXVsELkpxmEbqU0qVoSjwQpH-vw0,747
@@ -26,7 +26,7 @@ blue_sandbox/.abcli/microsoft_building_damage_assessment/label.sh,sha256=RROjENj
26
26
  blue_sandbox/.abcli/microsoft_building_damage_assessment/tensorboard.sh,sha256=BHdnOvorV9gjO1ET64tbLOqSGviNFR96S67XHmJz2hs,746
27
27
  blue_sandbox/.abcli/microsoft_building_damage_assessment/train.sh,sha256=XyTTFB2AD7p8XT0x1vvQLwndyscGN23QEDA80wS3cjk,1970
28
28
  blue_sandbox/.abcli/microsoft_building_damage_assessment/ingest/list.sh,sha256=9bEjpbwO7Heqd-E2RTM-ck4Q39Eqsv4ged6e0WmxmSs,452
29
- blue_sandbox/.abcli/palisades/ingest.sh,sha256=PhoapD0a0_D3aO_1N1YE4LV7clE6IheUlckF_Ls3_YE,1222
29
+ blue_sandbox/.abcli/palisades/ingest.sh,sha256=o5SeMhCfYLYMIG-VMjA2mFvACzWVaWV6H8p1khoFBvc,1018
30
30
  blue_sandbox/.abcli/palisades/label.sh,sha256=YyYhbtLt8EQKKWyV1ZYQiS6Ke9W0hTOjQdpgoNUj1sc,709
31
31
  blue_sandbox/.abcli/sagesemseg/cache_dataset.sh,sha256=oAXW1AGer6tuLBQrdNqz7VyMIQtubMXDeUg4crkQiqM,1335
32
32
  blue_sandbox/.abcli/sagesemseg/consts.sh,sha256=xKVE1hAzVPqz0SkY_0h7Fpgy1OEQOFsf3sQHfLHgnQ4,95
@@ -38,9 +38,9 @@ blue_sandbox/.abcli/tests/microsoft_building_damage_assessment_ingest.sh,sha256=
38
38
  blue_sandbox/.abcli/tests/microsoft_building_damage_assessment_ingest_list.sh,sha256=5P0H-FHV7YKt1fenXAs_0cSFhJYWZ9u3LzRpfSRSptw,577
39
39
  blue_sandbox/.abcli/tests/microsoft_building_damage_assessment_label.sh,sha256=Envac5i9eGa5usDCO8MYfGFfyAZAT-f0KrrsAkaR91U,311
40
40
  blue_sandbox/.abcli/tests/microsoft_building_damage_assessment_train.sh,sha256=0FlwyR1drn6wAKX9IHU_ma7WTmH1Iv8DoTNsdsyj3PA,533
41
- blue_sandbox/.abcli/tests/palisades_ingest.sh,sha256=bAWaBVh3Ay3vk1A8A9APsBGjug7u0ULqWkn4XtCMSZo,672
42
- blue_sandbox/.abcli/tests/palisades_label.sh,sha256=cbjMmvpS56JUd4kPpVokgUAzGdKfURLtOgOW77j0PNk,584
43
- blue_sandbox/.abcli/tests/palisades_train.sh,sha256=xWX1GSqHQGMaehUq0aJPmkOwCp8Q4wN1srWYiZ5cI8k,300
41
+ blue_sandbox/.abcli/tests/palisades_ingest.sh,sha256=1f7P-ARKXmsDkRg41hp3_RCp8FEeiWQdibG7lmB3YKE,642
42
+ blue_sandbox/.abcli/tests/palisades_label.sh,sha256=R1lQmsiVj1T2CumNGjFVmXpjJoGbrmH1xbLxj6KBltM,506
43
+ blue_sandbox/.abcli/tests/palisades_train.sh,sha256=XDgr2zvMbVVdKccRUCpqofy70h0oUsFsBA4Gm1XI6qk,406
44
44
  blue_sandbox/.abcli/tests/sagesemseg_train.sh,sha256=Fz2yzxub7x4SgQAr1ctZIbX6YwJR8HHTEgXcou4dORw,799
45
45
  blue_sandbox/.abcli/tests/version.sh,sha256=jF8zoJN1eKE3LfDeRVG9uHEosmEVJX6RtKfdioyeN-o,150
46
46
  blue_sandbox/help/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
@@ -54,8 +54,8 @@ blue_sandbox/microsoft_building_damage_assessment/ingest.py,sha256=tBchn4dWPIqAr
54
54
  blue_sandbox/microsoft_building_damage_assessment/label.py,sha256=mpRNOsF8ChxSLwOyvwGmXiD7aO2xfivJPZTC5qwnLaw,823
55
55
  blue_sandbox/microsoft_building_damage_assessment/sas_token.py,sha256=t6oTXc6C52CH3tFbQo2H9YUB_7upAsfUwws43Iu9pHI,214
56
56
  blue_sandbox/microsoft_building_damage_assessment/train.py,sha256=8DUt0S4LuKkRIi9XpASOg5skPaM3D2VaSBg5FEn8qog,2778
57
- blue_sandbox-5.214.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
58
- blue_sandbox-5.214.1.dist-info/METADATA,sha256=3OwQ1L88ILsgrJL6Lp3go9LgbxubWIbQKVvgbuuSfek,3761
59
- blue_sandbox-5.214.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
60
- blue_sandbox-5.214.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
61
- blue_sandbox-5.214.1.dist-info/RECORD,,
57
+ blue_sandbox-5.235.1.dist-info/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
58
+ blue_sandbox-5.235.1.dist-info/METADATA,sha256=v5rpf__yFCe-H0QNQFEPg2aIabZtdw_wN0EA9p_1tXY,3761
59
+ blue_sandbox-5.235.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
60
+ blue_sandbox-5.235.1.dist-info/top_level.txt,sha256=4D9Cb9QUCaqdYAmBiCwvtlaYBtUYVVxv0Sxcr_pzgS8,13
61
+ blue_sandbox-5.235.1.dist-info/RECORD,,