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

ROVI-org / auto-soh / 10564818650 / 1
95%
main: 95%

Build:
DEFAULT BRANCH: main
Ran 26 Aug 2024 06:21PM UTC
Files 25
Run time 0s
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

26 Aug 2024 06:04PM UTC coverage: 94.183% (-0.3%) from 94.508%
10564818650.1

push

github

web-flow
Estimator normalization (#73)

* Creating transformations to MvRD

Specify base and Linear transformations to be applied to MvRD.

* MvRDs are now able to transform themselves

Require MvRDs to be able to take a specific transformation operator and output a
new copy of themselves, but with properly transformed values. This must not
change the existing values in the instance of the MvRD!

* Renaming conversion operators

In order to avoid the word 'transformation', which has implicit strict
mathematical meaning, I replaced it by 'conversion', which is softer. Mostly,
this avoids the problem of a linear transformation being different from a linear
function (does not obey additivity [f(a+b)=f(a)+f(b)] nor homogeneity
[f(c*a)=c*f(a)] conditions)

* Making nomenclature changes consistent

Making sure there is little to no reference to 'transformation' anymore, instead
using 'conversion' as much as possible.

* changing name to conversions

* Fixing matrix multiplication

Before, I was performing matrix multiplication with np.dot, which is incorrect.
It needs to use np.matmul.

* changing name from points to samples

* Allowing multiplicative array to be 0d

Added checks to make sure operations still work.

* Chaning nomenclature from points to samples

This makes it clearer what it is for.

* Fixing bug in inverse covariance

The check on the dimensionality of the multiplicative array was wrong.

* Fixing bug with validator

Needed to make sure to return multiplicative array after the validator tests

* fixing bug with conversion in delta

* Adding tests for the conversion

Making sure the conversion works by itself, as well as when coupled with the
multivariate random variables we have.

* typo fix

* Adding basic identity operator

Now, we have a simple identity operator that should not bring much overhead when
used.

* testing identity conversion operator

* Removed unnecessary buggy code
... (continued)

1182 of 1255 relevant lines covered (94.18%)

0.94 hits per line

Source Files on job 10564818650.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10564818650
  • 34062e8e on github
  • Prev Job for on main (#10496015336.1)
  • Next Job for on main (#10565588945.1)
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