guts-base 1.0.2__py3-none-any.whl → 1.0.4__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 guts-base might be problematic. Click here for more details.

guts_base/__init__.py CHANGED
@@ -4,7 +4,7 @@ from . import data
4
4
  from . import prob
5
5
  from . import plot
6
6
 
7
- __version__ = "1.0.2"
7
+ __version__ = "1.0.4"
8
8
 
9
9
  from .sim import (
10
10
  GutsBase,
guts_base/sim/report.py CHANGED
@@ -14,6 +14,8 @@ from guts_base.sim.ecx import ECxEstimator
14
14
  class GutsReport(Report):
15
15
  ecx_estimates_times: List = [1, 2, 4, 10]
16
16
  ecx_estimates_x: List = [0.1, 0.25, 0.5, 0.75, 0.9]
17
+ ecx_draws: int = 250
18
+ ecx_force_draws: bool = False
17
19
  set_background_mortality_to_zero = True
18
20
 
19
21
  def additional_reports(self, sim: "SimulationBase"):
@@ -96,7 +98,8 @@ class GutsReport(Report):
96
98
 
97
99
  ecx_estimator.estimate(
98
100
  mode=sim.ecx_mode,
99
- draws=250,
101
+ draws=self.ecx_draws,
102
+ force_draws=self.ecx_force_draws,
100
103
  show_plot=False
101
104
  )
102
105
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: guts_base
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Basic GUTS model implementation in pymob
5
5
  Author-email: Florian Schunck <fluncki@protonmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -1,4 +1,4 @@
1
- guts_base/__init__.py,sha256=0dybsQYEqQ9XKK2_g4pC51N3utXCRebFTY24kYcssJs,227
1
+ guts_base/__init__.py,sha256=xW56Yo4_P0LRfBpKaMEOwnTnZsmTajA4breTU1mVad0,227
2
2
  guts_base/mod.py,sha256=AzOCg1A8FP5EtVfp-66HT7G7h_wnHkenieaxTc9qCyk,5796
3
3
  guts_base/plot.py,sha256=Sr_d0sXHNajPLPelcGl72yCOEEqB7NGNWhViKYAiTng,6692
4
4
  guts_base/prob.py,sha256=ITwo5dAGMHr5xTldilHMbKU6AFsWo4_ZwbfaXh97Gew,5443
@@ -15,11 +15,11 @@ guts_base/sim/base.py,sha256=XKW2_bFxb4oUdyb2Y8dfFLQ_mLmJhaHmqfhHyp97240,37788
15
15
  guts_base/sim/constructors.py,sha256=Kz9FHIH3EHsSIKd9sQgHa3eveniFifFlk1Hf-QR69Pg,875
16
16
  guts_base/sim/ecx.py,sha256=QONOWuv2jvjq1UAwiojuvj_jJyxfz7haewASjj4oCbs,20913
17
17
  guts_base/sim/mempy.py,sha256=IHd87UrmdXpC7y7q0IjYQJH075frjbp2a-dMVBeqZ0U,10164
18
- guts_base/sim/report.py,sha256=AOK8jAQuYN4Yk4T3g4XMaw6NSahSkZtHk50QF1hDIJc,6920
18
+ guts_base/sim/report.py,sha256=__6BGnG6c3DJXNUO39R0WkMuf8A1PWAeTePThz7ydKo,7040
19
19
  guts_base/sim/utils.py,sha256=Qj_FPH6kywVxOwgCerS7w5CyuYR9HKmvBWFpmxwDFgk,256
20
- guts_base-1.0.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
21
- guts_base-1.0.2.dist-info/METADATA,sha256=X9bDDB4p_h8cSnu_Jab3k4-jYX7aIo04NFEeTGn3xRI,45426
22
- guts_base-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- guts_base-1.0.2.dist-info/entry_points.txt,sha256=icsHzG2jQ90ZS7XvLsI5Qj0-qGuPv2T0RBVN5daGCPU,183
24
- guts_base-1.0.2.dist-info/top_level.txt,sha256=PxhBgUd4r39W_VI4FyJjARwKbV5_glgCVnd6v_zAGdE,10
25
- guts_base-1.0.2.dist-info/RECORD,,
20
+ guts_base-1.0.4.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
21
+ guts_base-1.0.4.dist-info/METADATA,sha256=fbcVvL249G1AjdaBQg8_ASjLhyKsnYqU1zv7rA20E4c,45426
22
+ guts_base-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ guts_base-1.0.4.dist-info/entry_points.txt,sha256=icsHzG2jQ90ZS7XvLsI5Qj0-qGuPv2T0RBVN5daGCPU,183
24
+ guts_base-1.0.4.dist-info/top_level.txt,sha256=PxhBgUd4r39W_VI4FyJjARwKbV5_glgCVnd6v_zAGdE,10
25
+ guts_base-1.0.4.dist-info/RECORD,,