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

SMTorg / smt / 27279545286
90%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2026 02:31PM UTC
Jobs 1
Files 82
Run time 1min
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

10 Jun 2026 01:25PM UTC coverage: 89.742% (-0.02%) from 89.757%
27279545286

push

github

web-flow
Add the possibility to give an array-like input for n_comp option in KPLS (#816)

… and test the range of n_dim and choose the best one. It has been
refactored to take into account the advice given by @Paul-Saves.

I added unit tests (some of them are quite long due to the exhaustive
search, so I marked them as
`@unittest.skipIf(int(os.getenv("RUN_SLOW_TESTS", 0)) < 1, "too
slow")`).

I updated the docs with a new example and added some description to the
parameters.

I also added a little safeguard on the number of k_fold min based on the
number of training points:
```python
k_fold = min(4, original_nt)
```

---------

Co-authored-by: Saves Paul <paul.saves@alumni.enac.fr>

68 of 78 new or added lines in 1 file covered. (87.18%)

7856 of 8754 relevant lines covered (89.74%)

0.9 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
90.43
-3.24% smt/surrogate_models/kpls.py
Jobs
ID Job ID Ran Files Coverage
1 Test - 27279545286.1 10 Jun 2026 02:31PM UTC 82
89.74
Source Files on build 27279545286
  • Tree
  • List 82
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ebfe5cee on github
  • Prev Build on master (#27214473267)
  • Next Build on master (#27332879567)
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