virgo-modules 0.0.82__py3-none-any.whl → 0.0.83__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 virgo-modules might be problematic. Click here for more details.
- virgo_modules/src/re_utils.py +3 -1
- {virgo_modules-0.0.82.dist-info → virgo_modules-0.0.83.dist-info}/METADATA +1 -1
- {virgo_modules-0.0.82.dist-info → virgo_modules-0.0.83.dist-info}/RECORD +6 -6
- {virgo_modules-0.0.82.dist-info → virgo_modules-0.0.83.dist-info}/LICENSE +0 -0
- {virgo_modules-0.0.82.dist-info → virgo_modules-0.0.83.dist-info}/WHEEL +0 -0
- {virgo_modules-0.0.82.dist-info → virgo_modules-0.0.83.dist-info}/top_level.txt +0 -0
virgo_modules/src/re_utils.py
CHANGED
|
@@ -1278,7 +1278,9 @@ class produce_plotly_plots:
|
|
|
1278
1278
|
if self.save_path and self.save_aws:
|
|
1279
1279
|
# upload_file_to_aws(bucket = 'VIRGO_BUCKET', key = f'market_plots/{self.ticket_name}/'+result_json_name ,input_path = self.save_path+result_json_name)
|
|
1280
1280
|
upload_file_to_aws(bucket = 'VIRGO_BUCKET', key = self.save_aws + result_json_name, input_path = self.save_path + result_json_name, aws_credentials = self.aws_credentials)
|
|
1281
|
-
|
|
1281
|
+
if self.return_figs:
|
|
1282
|
+
return fig
|
|
1283
|
+
|
|
1282
1284
|
def plot_hmm_analysis_logger(data_frame,test_data_size, save_path = False, show_plot = True):
|
|
1283
1285
|
'''
|
|
1284
1286
|
display box plots train and test of hmm state returns
|
|
@@ -3,10 +3,10 @@ virgo_modules/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
3
3
|
virgo_modules/src/aws_utils.py,sha256=q0l7D7ofo09Lu1QQjv-esheQ06uiSy1Pdq3xMul8zvk,2571
|
|
4
4
|
virgo_modules/src/edge_utils.py,sha256=ll5pRs9EE20IsE5A1vA589TKzobkeA-b0d68jNTsu1U,13268
|
|
5
5
|
virgo_modules/src/pull_artifacts.py,sha256=5OPrgR7pcMSdpbevDRhf0ebk7g7ZRjff4NpTIIWAKjE,1989
|
|
6
|
-
virgo_modules/src/re_utils.py,sha256=
|
|
6
|
+
virgo_modules/src/re_utils.py,sha256=jB5raZFppVl-ZgCzmAF6vB8GCwyVAV6rQjHAKFaCnVw,71652
|
|
7
7
|
virgo_modules/src/ticketer_source.py,sha256=nDxBs0YIFwInCvk73PoU8D8oiAxElf3ERbRQXRw8k_M,144162
|
|
8
|
-
virgo_modules-0.0.
|
|
9
|
-
virgo_modules-0.0.
|
|
10
|
-
virgo_modules-0.0.
|
|
11
|
-
virgo_modules-0.0.
|
|
12
|
-
virgo_modules-0.0.
|
|
8
|
+
virgo_modules-0.0.83.dist-info/LICENSE,sha256=pNgFyCYgmimaw0o6V20JupZLROycAnOA_HDDh1tX2V4,1097
|
|
9
|
+
virgo_modules-0.0.83.dist-info/METADATA,sha256=Yfc5g_5CxTgZVHtAkqdAsaMzyCoDaSCaHoDlO7gaBeQ,1429
|
|
10
|
+
virgo_modules-0.0.83.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
11
|
+
virgo_modules-0.0.83.dist-info/top_level.txt,sha256=ZjI-qEkDtT-8mFwGAWnXfqPOKEGlIhWRW1es1VyXc60,14
|
|
12
|
+
virgo_modules-0.0.83.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|