Run Unit Test via Pytest #10
Annotations
10 errors
binomial_cis/__init__.py#L1
binomial_cis/__init__.py:1:30: F401 `.binomial_helper.binom_coeff` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L1
binomial_cis/__init__.py:1:43: F401 `.binomial_helper.binom_pmf` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L1
binomial_cis/__init__.py:1:54: F401 `.binomial_helper.binom_cdf` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L2
binomial_cis/__init__.py:2:29: F401 `.conf_intervals.accept_prob` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L2
binomial_cis/__init__.py:2:42: F401 `.conf_intervals.llc_accept_prob` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L2
binomial_cis/__init__.py:2:59: F401 `.conf_intervals.binom_ci` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L2
binomial_cis/__init__.py:2:69: F401 `.conf_intervals.CDF` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L3
binomial_cis/__init__.py:3:29: F401 `.conf_intervals.accept_prob_cp` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L3
binomial_cis/__init__.py:3:45: F401 `.conf_intervals.llc_accept_prob_cp` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
binomial_cis/__init__.py#L3
binomial_cis/__init__.py:3:65: F401 `.conf_intervals.get_ps_cp` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
This job succeeded
Loading