celldetective 1.3.4__py3-none-any.whl → 1.3.4.post1__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.
celldetective/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.3.4"
1
+ __version__ = "1.3.4.post1"
celldetective/signals.py CHANGED
@@ -878,6 +878,7 @@ class SignalDetectionModel(object):
878
878
 
879
879
  assert self.model_class.layers[0].input_shape[0] == self.model_reg.layers[0].input_shape[0], f"mismatch between input shape of classification: {self.model_class.layers[0].input_shape[0]} and regression {self.model_reg.layers[0].input_shape[0]} models... Error."
880
880
 
881
+ return True
881
882
 
882
883
  def create_models_from_scratch(self):
883
884
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: celldetective
3
- Version: 1.3.4
3
+ Version: 1.3.4.post1
4
4
  Summary: description
5
5
  Home-page: http://github.com/remyeltorro/celldetective
6
6
  Author: Rémy Torro
@@ -1,6 +1,6 @@
1
1
  celldetective/__init__.py,sha256=bi3SGTMo6s2qQBsJAaKy-a4xaGcTQVW8zsqaiX5XKeY,139
2
2
  celldetective/__main__.py,sha256=bxTlSvbKhqn3LW_azd2baDCnDsgb37PAP9DfuAJ1_5M,1844
3
- celldetective/_version.py,sha256=U6E-HRsrit7kgSGgIeTI2eMUeyUCny5DH8LDV4I1o0g,22
3
+ celldetective/_version.py,sha256=O9z4W-emw0sUnueuXoMBlkVWoLZBTUjF8-PzKP_tSiI,28
4
4
  celldetective/events.py,sha256=R6GDtiH0ZuEbad0R-nrlTHmho0Hly3QyyVYx2dD__P0,8051
5
5
  celldetective/extra_properties.py,sha256=y556D6EMjLGhtjDqRoOTRGa85XxTIe0K1Asb26VZXmo,5643
6
6
  celldetective/filters.py,sha256=9w4JyPH2cISRu7gtUDVsm9whiMMWxuc1vwhfaq3zWkY,3683
@@ -10,7 +10,7 @@ celldetective/neighborhood.py,sha256=s-zVsfGnPlqs6HlDJCXRh21lLiPKbA_S1JC6uZvfG_0
10
10
  celldetective/preprocessing.py,sha256=WmetQCgmHK6fo8AuwESPLab05WgeIy8ElBs-9KM-Cco,44081
11
11
  celldetective/relative_measurements.py,sha256=av5DiGlGsbILPav8aVcFlhbmbPLPZPxCB5qQejzhiRY,30400
12
12
  celldetective/segmentation.py,sha256=NjAVaVpZufpJ-LIvBx5UFH6j5kjRKE6EVLjttDrqaqs,30826
13
- celldetective/signals.py,sha256=ngBcl6xYlLX4KE7UFgLDzugmoJvrKG7URSPzlhUFNVE,121461
13
+ celldetective/signals.py,sha256=ueRZmmMuVSNFpFAHhF06xE8zr4qjuN8i-jxJj_qyfVI,121475
14
14
  celldetective/tracking.py,sha256=e6XMunjVRhBnv1cRF66hkK-Hbti5KyPrs2mnR6qKpvU,38027
15
15
  celldetective/utils.py,sha256=oP_GHPdJJHK9s8sIlzKEXfTjCvzxAifdYYynkSMfu7A,89145
16
16
  celldetective/datasets/segmentation_annotations/blank,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -99,9 +99,9 @@ tests/test_segmentation.py,sha256=k1b_zIZdlytEdJcHjAUQEO3gTBAHtv5WvrwQN2xD4kc,34
99
99
  tests/test_signals.py,sha256=No4cah6KxplhDcKXnU8RrA7eDla4hWw6ccf7xGnBokU,3599
100
100
  tests/test_tracking.py,sha256=8hebWSqEIuttD1ABn-6dKCT7EXKRR7-4RwyFWi1WPFo,8800
101
101
  tests/test_utils.py,sha256=NKRCAC1d89aBK5cWjTb7-pInYow901RrT-uBlIdz4KI,3692
102
- celldetective-1.3.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
- celldetective-1.3.4.dist-info/METADATA,sha256=h45Xti2RUbcEQk5Om87dsNhfDQnRCHPOl_Pw3kFfH48,10528
104
- celldetective-1.3.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
105
- celldetective-1.3.4.dist-info/entry_points.txt,sha256=2NU6_EOByvPxqBbCvjwxlVlvnQreqZ3BKRCVIKEv3dg,62
106
- celldetective-1.3.4.dist-info/top_level.txt,sha256=6rsIKKfGMKgud7HPuATcpq6EhdXwcg_yknBVWn9x4C4,20
107
- celldetective-1.3.4.dist-info/RECORD,,
102
+ celldetective-1.3.4.post1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
103
+ celldetective-1.3.4.post1.dist-info/METADATA,sha256=-fcPPLCWNqV8h4WdVm1bceP9_ujji_v52WeylF4tdZ8,10534
104
+ celldetective-1.3.4.post1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
105
+ celldetective-1.3.4.post1.dist-info/entry_points.txt,sha256=2NU6_EOByvPxqBbCvjwxlVlvnQreqZ3BKRCVIKEv3dg,62
106
+ celldetective-1.3.4.post1.dist-info/top_level.txt,sha256=6rsIKKfGMKgud7HPuATcpq6EhdXwcg_yknBVWn9x4C4,20
107
+ celldetective-1.3.4.post1.dist-info/RECORD,,