pyerualjetwork 1.2.7__py3-none-any.whl → 1.2.8__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.
- plan/plan.py +1 -1
- {pyerualjetwork-1.2.7.dist-info → pyerualjetwork-1.2.8.dist-info}/METADATA +1 -1
- pyerualjetwork-1.2.8.dist-info/RECORD +6 -0
- pyerualjetwork-1.2.7.dist-info/RECORD +0 -6
- {pyerualjetwork-1.2.7.dist-info → pyerualjetwork-1.2.8.dist-info}/WHEEL +0 -0
- {pyerualjetwork-1.2.7.dist-info → pyerualjetwork-1.2.8.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -748,7 +748,7 @@ def SavePLAN(ModelName,
|
|
748
748
|
|
749
749
|
except:
|
750
750
|
|
751
|
-
print(Fore.RED + "ERROR: Model log not saved. Check the log parameters from: SavePLAN" + infoSavePLAN + Style.RESET_ALL)
|
751
|
+
print(Fore.RED + "ERROR: Model log not saved probably ModelPath incorrect. Check the log parameters from: SavePLAN" + infoSavePLAN + Style.RESET_ALL)
|
752
752
|
return 'e'
|
753
753
|
try:
|
754
754
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.8
|
4
4
|
Summary: Advanced python deep learning library. 'ThresholdSigns' changed to 'MembranThresholds' and 'ThresholdValues' changed to 'MembranPotentials'. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=4trwhtGaeJd2tncziQAKrPT-Jjz6Q8nBG0n3SlyH1a4,352
|
2
|
+
plan/plan.py,sha256=CD3vwTbQznu4-kicpjGej2nki2X9OIjGwq_29SzjNDM,40457
|
3
|
+
pyerualjetwork-1.2.8.dist-info/METADATA,sha256=_XxnIpTXEqryO_m53tkbbxuInpQjokbs04WOaT878vY,448
|
4
|
+
pyerualjetwork-1.2.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-1.2.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-1.2.8.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=4trwhtGaeJd2tncziQAKrPT-Jjz6Q8nBG0n3SlyH1a4,352
|
2
|
-
plan/plan.py,sha256=mucZPfrn-_fN-9ljZkmVv03WOBUJgXt-y7WXHbYA43w,40428
|
3
|
-
pyerualjetwork-1.2.7.dist-info/METADATA,sha256=g7vc-dcsxFCne8awmumxKCqAiro-CYq8ugysnjr-jzo,448
|
4
|
-
pyerualjetwork-1.2.7.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-1.2.7.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-1.2.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|