• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Neuroinflab / kCSD-python / 204
62%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2019 10:50PM UTC
Jobs 4
Files 16
Run time 28s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
204

push

travis-ci

ccluri
Fixed #95 and #93 (#96)

* 'Fixed `gauss_2d_large()`.

`kcsd.validation.csd_profile.gauss_2d_large(seed=63)` does not return
NaN anymore.

`repeatUntilValid()` decorator has been defined for that purpose.

A simple test for the fix provided in the `__main__` section of the module.

Note: The issue has not been solved by fixing distribution of
the `zs` variable in order to provide backward-compatibility.

* 2**32 - 1 included as possible alternative seed in the `kcsd.validation.csd_profile.repeatUntilValid()` decorator.

* Protection of `repeatUntilValid()` decorator against (extremely unlikely) neverending loop of seeds.

* `repeatUntilValid()` decorator reffactored
Seed sequence generation moved to `seedSequence()` generator function.

* `seedSequence()` generator function simplified (the generated sequence has changed though).

* Remove unnecessary imports

According to https://docs.python.org/3/library/builtins.html imports
from `builtsin` are unnecessary. As `builtsin` is Python 3 only,
their removal increases beckward-compatibility of the package.

Fixes #77

* `KCSD.values()` vectorized

`KCSD.values()` is approximately 4 times faster.

Fixes Neuroinflab#93

* Increased `KCSD.values()` numerical stability

`inv(K) V` is calculated by solving `K X = V` for `X`
As a side effect `KCSD.values()` is faster.

Fixes Neuroinflab#95

1689 of 2796 relevant lines covered (60.41%)

2.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 204.1 (DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.16.1" SIX_VERSION="1.10.0" COVERAGE="true") 07 Apr 2019 10:50PM UTC 0
60.19
Travis Job 204.1
2 204.2 (DISTRIB="conda" PYTHON_VERSION="3.5" NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.16.1" SIX_VERSION="1.10.0" COVERAGE="true") 07 Apr 2019 10:51PM UTC 0
60.37
Travis Job 204.2
3 204.3 (DISTRIB="conda_min" PYTHON_VERSION="2.7" SIX_VERSION="1.10.0" NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.16.1" COVERAGE="true") 07 Apr 2019 10:51PM UTC 0
60.19
Travis Job 204.3
4 204.4 (DISTRIB="conda_min" PYTHON_VERSION="3.4" SIX_VERSION="1.10.0" NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.16.1" COVERAGE="true") 07 Apr 2019 10:51PM UTC 0
60.37
Travis Job 204.4
Source Files on build 204
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #204
  • 20467855 on github
  • Prev Build on master (#193)
  • Next Build on master (#207)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc