Sm00thix / IKPLS

Fast CPU and GPU Python implementations of Improved Kernel PLS by Dayal and MacGregor (1997) and Shortcutting Cross-Validation by Engstrøm (2024).
https://ikpls.readthedocs.io/en/latest/
Apache License 2.0
10 stars 4 forks source link

Distinguish between Test and Packaging in GitHub Actions and add separate badges #26

Closed basileMarchand closed 4 months ago

basileMarchand commented 4 months ago

Hello

For automated tests, IKPLS uses GitHub Actions to automate the testing, packaging, and deployment processes. However, in the GitHub Actions interface, it is difficult to access on the test results because it is not clearly distinguished from the packaging part and in addition the two workflows are named "Python Package". Additionally, the project's README has a packaging badge but no Test badge.

Could you please:

Thank you!

For review https://github.com/openjournals/joss-reviews/issues/6533

Sm00thix commented 4 months ago

Hi @basileMarchand,

I believe, I have resolved this issue in https://github.com/Sm00thix/IKPLS/commit/0c2ebabf7b37f0ce610899ea2749c6b612a8f0f9. Do you agree?

basileMarchand commented 4 months ago

Hi @Sm00thix,

That's perfect! Personally, I find accessing the results of Actions much easier now.