sl-shared-assets 1.0.0rc18__py3-none-any.whl → 1.0.0rc19__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 sl-shared-assets might be problematic. Click here for more details.
- sl_shared_assets/data_classes/session_data.py +3 -0
- {sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/METADATA +1 -1
- {sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/RECORD +6 -6
- {sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/WHEEL +0 -0
- {sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/entry_points.txt +0 -0
- {sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/licenses/LICENSE +0 -0
|
@@ -1333,6 +1333,9 @@ class SessionData(YamlConfig):
|
|
|
1333
1333
|
match = re.search(pattern, content)
|
|
1334
1334
|
if match:
|
|
1335
1335
|
fields_to_keep[key] = match.group(1).strip()
|
|
1336
|
+
# Solves a bug with how animal_id field is stored, where it contains both sets of quotes. May be helpful
|
|
1337
|
+
# to solve potential future issues with other fields too
|
|
1338
|
+
fields_to_keep[key] = fields_to_keep[key].replace("'", "")
|
|
1336
1339
|
else:
|
|
1337
1340
|
if key == "experiment_name":
|
|
1338
1341
|
fields_to_keep[key] = "null" # Default for experiment_name
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sl-shared-assets
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0rc19
|
|
4
4
|
Summary: Stores assets shared between multiple Sun (NeuroAI) lab data pipelines.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Sun-Lab-NBB/sl-shared-assets
|
|
6
6
|
Project-URL: Documentation, https://sl-shared-assets-api-docs.netlify.app/
|
|
@@ -4,7 +4,7 @@ sl_shared_assets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
4
4
|
sl_shared_assets/data_classes/__init__.py,sha256=pq-iyd4eyv1CPVcLcQQJBVAm7XCDWuZqxurrLOMW3e0,1702
|
|
5
5
|
sl_shared_assets/data_classes/configuration_data.py,sha256=zKZ3cE2pZFDRiQ7off8hu2nV9JsBly9Phc5goY4qCH4,4163
|
|
6
6
|
sl_shared_assets/data_classes/runtime_data.py,sha256=jSCvZG01gkcSUexFiKITjTJ8ZoF18qRfxiwhyrWW7-I,13964
|
|
7
|
-
sl_shared_assets/data_classes/session_data.py,sha256=
|
|
7
|
+
sl_shared_assets/data_classes/session_data.py,sha256=sRHgHNR4x1hc0dKLVteyz2tmYJrF2pKP9wzoqG1lxTg,81866
|
|
8
8
|
sl_shared_assets/data_classes/surgery_data.py,sha256=Z4QZAZCz0_w7qrGMMzYn-fwwwycw3ki9SPJU0kD5Ap4,7425
|
|
9
9
|
sl_shared_assets/server/__init__.py,sha256=nyX6-9ACcrQeRQOCNvBVrWSTHGjRPANIG_u0aq7HPTg,426
|
|
10
10
|
sl_shared_assets/server/job.py,sha256=M7ZytqhluEV-YQPM9VQV3SqK-F9egQ3UcLc1SLBH4rA,7885
|
|
@@ -16,8 +16,8 @@ sl_shared_assets/tools/__init__.py,sha256=UWrNfseGupOrY4OK2PgDEJ-Q3LbSrPLC2pfaLm
|
|
|
16
16
|
sl_shared_assets/tools/ascension_tools.py,sha256=y2w72Czpbw9LwgsbdEx_ckzMKTZ78cgKPTIk6vRYmAk,15877
|
|
17
17
|
sl_shared_assets/tools/packaging_tools.py,sha256=LOKCKvT6UD_cidCONaI4ctWyej5zEwwdhhgwYrj60Kg,6746
|
|
18
18
|
sl_shared_assets/tools/transfer_tools.py,sha256=J26kwOp_NpPSY0-xu5FTw9udte-rm_mW1FJyaTNoqQI,6606
|
|
19
|
-
sl_shared_assets-1.0.
|
|
20
|
-
sl_shared_assets-1.0.
|
|
21
|
-
sl_shared_assets-1.0.
|
|
22
|
-
sl_shared_assets-1.0.
|
|
23
|
-
sl_shared_assets-1.0.
|
|
19
|
+
sl_shared_assets-1.0.0rc19.dist-info/METADATA,sha256=7V58TU4cUqBvoc6f9az3PuPSj46D11UYHQ_mC_lBsNU,47884
|
|
20
|
+
sl_shared_assets-1.0.0rc19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
21
|
+
sl_shared_assets-1.0.0rc19.dist-info/entry_points.txt,sha256=bdnmVAcK3nrKi9QEYeNMrCLFH5LQ4BMBfwbLIgLPtq4,222
|
|
22
|
+
sl_shared_assets-1.0.0rc19.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
23
|
+
sl_shared_assets-1.0.0rc19.dist-info/RECORD,,
|
|
File without changes
|
{sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc18.dist-info → sl_shared_assets-1.0.0rc19.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|