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

pymor / pymor / 457
3%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2014 05:05PM UTC
Jobs 1
Files 102
Run time 5min
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
457

push

travis-ci

sdrave
[operators] add 'assemble' and '_assemble_lincomb' to OperatorInterface

This commit introduces several changes to the operator interface:

- Every operator has to provide an 'assemble' method returning
  a non-parametric assembled operator. What 'assembled' means, is
  up to the given operator. OperatorBase implements 'assemble' by
  returning a FixedParameterOperator.
- AssemblableOperator is gone. Caching for non-parametric operators
  is now implemented in NumpyMatrixBasedOperator. If the operator
  is parametric, the result of '_assemble' will, however, not be
  remembered by the operator.
- The default implementation of 'lincomb' in OperatorBase now always
  returns a LincombOperator.
- The 'assemble' method of LincombOperator calls '_assemble_lincomb'
  on the first of its operators, after assembling each these operators.
  As a consequence, NumpyLincombMatrixOperator is obsolete and the
  assembly code is moved to '_assemble_lincomb' of NumpyMatrixOperator.
- NumpyMatrixBasedOperator now expects '_assemble' to return a NumPy
  matrix, which is then automatically wrapped by the 'assemble' method.

4870 of 6965 relevant lines covered (69.92%)

0.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 457.1 18 Jul 2014 05:05PM UTC 0
69.92
Travis Job 457.1
Source Files on build 457
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #457
  • 5583c645 on github
  • Prev Build on master (#456)
  • Next Build on master (#459)
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