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

hodgestar / qutip
75%
master: 86%

Build:
Build:
LAST BUILD BRANCH: feature/fix-find-mkl-for-emscripten-platform
DEFAULT BRANCH: master
Repo Added 11 Jun 2021 02:33PM UTC
Token sfSOwVZS66iZpmCVNBIexw9lQgWvEN04r regen
Build 485 Last
Files 109
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

LAST BUILD ON BRANCH feature/faster-heom-rhs-construction
branch: feature/faster-heom-rhs-construction
CHANGE BRANCH
x
Reset
Sync Branches
  • feature/faster-heom-rhs-construction
  • bosonic_fitting
  • feature/add-gsoc-links-for-2023-and-2024
  • feature/add-hypothesis-tests-for-data-operators
  • feature/add-missing-init-to-nonmarkov-package
  • feature/add-note-on-master-switching-to-v5
  • feature/add-project-urls
  • feature/add-python-3-11-to-builds
  • feature/add-rtd-to-readme
  • feature/add-support-for-combined-bosonic-and-fermionic-heom-baths
  • feature/add-windows-ci
  • feature/add-windows-ci-2
  • feature/bofin-docs
  • feature/bofin-lorentzian-fermionic-baths
  • feature/bring-the-bofin
  • feature/build-with-oldest-supported-numpy
  • feature/changelog-for-4.6.3
  • feature/clean-up-bloch-sphere-rendering
  • feature/clean-up-settings
  • feature/disable-mcsolve-tests-on-windows
  • feature/fix-eq-number-rendering
  • feature/fix-find-mkl-for-emscripten-platform
  • feature/fix-matplotlib-test-flakiness-on-windows
  • feature/fix-post-build-verify-non-dev
  • feature/fix-processor-plot-test-under-xvfb-gh1639
  • feature/fix-propagator-dimensions
  • feature/fix-repr-svg-for-ipython
  • feature/fix-visualisation-doc-builds
  • feature/flexible-result-base-class
  • feature/ignore-deprecation-warning-from-scipy-180
  • feature/improve-rand-info-in-mc-docs
  • feature/improve-steadystate-weights
  • feature/intidx-64-compilation-option
  • feature/merge-propagator-changes-to-dev-major
  • feature/remove-control-optimization-csr-support-and-fix-qobj-with-sparse-eigens
  • feature/remove-ignore-of-cvxpy-deprecation-warnings
  • feature/remove-ignore-of-pyximport-warnings
  • feature/remove-legacyversion-check
  • feature/remove-windows-warnings
  • feature/silence-pyximport-relative-error-warning
  • feature/simplify-version-parsing
  • feature/test-numpy-122-in-ci
  • feature/try-windows-tests-without-timeouts
  • feature/update-changelog-for-4-7-1
  • feature/update-changelog-for-qutip-4-7
  • feature/update-doc-build-requirements
  • feature/update-floquet-guide-fesolve-call
  • feature/update-ipython-version-for-docs-to-8.10.0
  • feature/update-roadmap-and-ideas-to-show-completed-work-2022-08
  • feature/update-sphinx-rtd-theme-to-fix-search
  • feature/v5-activate-mcsolve-tests-on-windows
  • feature/v5-changelog
  • feature/v5-simplify-version-parsing
  • feature/v5/fix-matplotlib-test-flakiness-on-windows
  • fix/add-back-qu-suffix-to-saved-objects
  • fix/add-do-3d-projection-to-arrow-3d-for-matplotlib-3-5
  • fix/build-with-py310
  • fix/builds-for-4-7-1
  • fix/check-that-towncrier-can-generate-changelog
  • fix/chi-to-choi-docstring
  • fix/failing-steady-state-tests
  • fix/hardware-info-for-apple-m1
  • fix/heom-tests-for-v5
  • fix/minimal-lattice1d-plotting-fix
  • fix/raise-error-if-offset-nonzero-is-used-with-meth-operator-in-coherent
  • fix/remove-unexpected-images-from-dynamics-time
  • fix/scipy-sparse-warnings
  • fix/smesolve-4-7-bugfix
  • fix/test-numpy-versions
  • fix/tiny-typo-in-changelog-for-5.0.0a1
  • fix/update-dev-major-ci-tests
  • fix/v5-fix-legacy-version-check
  • fix/work-around-pip-issue-affecting-doc-builds
  • master
  • master-is-now-5-0-0-dev
  • prepare-qutip-4.6.3
  • prepare-qutip-4.7.0
  • prepare-qutip-4.7.1
  • simpler-kwfunc
  • test-maths-remove-unnecessary-scipy-sparse-use
  • update-superop-tests

22 Mar 2023 04:35PM UTC coverage: 75.33% (+0.002%) from 75.328%
4492078243

push

github

Simon Cross
Use CSR as the dtype of the temporary ops array in gather.

9750 of 12943 relevant lines covered (75.33%)

5.9 hits per line

Relevant lines Covered
Build:
Build:
12943 RELEVANT LINES 9750 COVERED LINES
5.9 HITS PER LINE
Source Files on feature/faster-heom-rhs-construction
  • Tree
  • List 100
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4492078243 feature/faster-heom-rhs-construction Use CSR as the dtype of the temporary ops array in gather. push 22 Mar 2023 04:35PM UTC Simon Cross github
75.33
4491983584 feature/faster-heom-rhs-construction Return csr.zeros() rather than csr.empty() in fast paths -- empty CSR matrices do not yet have valid row_index entries. push 22 Mar 2023 04:25PM UTC Simon Cross github pending completion  
4489277229 feature/faster-heom-rhs-construction Remove debugging breakpoint. push 22 Mar 2023 11:39AM UTC Simon Cross github
75.35
4488924745 feature/faster-heom-rhs-construction Correctly use matrix B in _from_csr_blocks kron test. push 22 Mar 2023 10:57AM UTC Simon Cross github
75.33
4488913632 feature/faster-heom-rhs-construction Add tests for _from_csr_blocks. push 22 Mar 2023 10:55AM UTC Simon Cross github
75.33
4478978963 feature/faster-heom-rhs-construction Neaten up construction of block_rows, block_cols and block_ops arrays. push 21 Mar 2023 12:44PM UTC Simon Cross github
75.36
4473582178 feature/faster-heom-rhs-construction Specify type for i and check sorting of block rows. push 20 Mar 2023 10:59PM UTC Simon Cross github
75.34
4470888136 feature/faster-heom-rhs-construction Merge branch 'master' into feature/faster-heom-rhs-construction push 20 Mar 2023 05:23PM UTC Simon Cross github
75.36
See All Builds (160)

Badge your Repo: qutip

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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

© 2025 Coveralls, Inc