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

andykee / lentil / 49
78%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2020 06:54PM UTC
Jobs 1
Files 13
Run time 3min
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
49

push

travis-ci-com

andykee
Rework Plane attribute caching

* Deprecate cached_property decorator

* Adjust the underlying approach to caching Plane attributes:
    * Attributes which are actually cached when cache_propagate() is
      called are defined in a new Plane.cache_attrs property
    * Plane.ptt_vector is always cached
    * amplitude and phase getters are updated to always return the
      local version. If either amplitude or plane is redefined in a
      subclass, a property get will still be cached because of the
      new cache_propagate behavior
    * amplitude and plane setters no longer call cache.delete(). This
      functionality was moved to the Cache.set() method

* Adjust the way cached Plane attributes are used by propagate():
    * propagate() relies on Plane.multiply() to apply the effect of a
      Plane on a Wavefront. multiply() was adjusted to get cached
      amplitude and phase attributes if they exist, otherwise the local
      attribute getter is called

* Update documentation and tests to reflect new functionality

1222 of 1528 relevant lines covered (79.97%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 49.1 08 Jul 2020 06:54PM UTC 0
79.97
Travis Job 49.1
Source Files on build 49
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #49
  • bb3e1de5 on github
  • Prev Build on master (#48)
  • Next Build on master (#50)
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