insightsengineering / teal.modules.hermes

RNA-seq analysis modules to add to a teal application
https://insightsengineering.github.io/teal.modules.hermes/
Other
7 stars 1 forks source link

[Bug]: integration test error #378

Closed BFalquet closed 6 months ago

BFalquet commented 6 months ago

What happened?

https://nest.pages.roche.com/-/automation/systems-integration-tests/-/jobs/44986274/artifacts/public/logs/check-teal.modules.hermes.html

tests are passing locally but it seems that input update is not performed correctly on the local session.

── Failure ('test-pca.R:122:3'): pca module works as expected in the test app ──
  Snapshot of code has changed:
  old[2:13] vs new[2:13]
      cat(res)
    Output
                  x           y PANEL group shape colour size fill alpha stroke
  -   1 -0.68789565  0.04912578     1    -1    19  black  1.5   NA    NA    0.5
  +   1  0.22531097  0.04912578     1    -1    19  black  1.5   NA    NA    0.5
  -   2 -0.37824954  0.19209841     1    -1    19  black  1.5   NA    NA    0.5
  +   2 -0.32245662  0.19209841     1    -1    19  black  1.5   NA    NA    0.5
  -   3  0.07502276 -0.31568702     1    -1    19  black  1.5   NA    NA    0.5
  +   3  0.19042723 -0.31568702     1    -1    19  black  1.5   NA    NA    0.5
  -   4  0.33995282 -0.26532014     1    -1    19  black  1.5   NA    NA    0.5
  +   4 -0.12543919 -0.26532014     1    -1    19  black  1.5   NA    NA    0.5
  -   5  0.29004708  0.25038379     1    -1    19  black  1.5   NA    NA    0.5
  +   5  0.29815055  0.25038379     1    -1    19  black  1.5   NA    NA    0.5
  -   6  0.08718694  0.09422278     1    -1    19  black  1.5   NA    NA    0.5
  +   6  0.54809249  0.09422278     1    -1    19  black  1.5   NA    NA    0.5
  -   7  0.15015883  0.07932206     1    -1    19  black  1.5   NA    NA    0.5
  +   7 -0.06706013  0.07932206     1    -1    19  black  1.5   NA    NA    0.5
  -   8 -0.05952522 -0.58893592     1    -1    19  black  1.5   NA    NA    0.5
  +   8 -0.30521740 -0.58893592     1    -1    19  black  1.5   NA    NA    0.5
  -   9  0.18330198  0.50479025     1    -1    19  black  1.5   NA    NA    0.5
  +   9 -0.44180789  0.50479025     1    -1    19  black  1.5   NA    NA    0.5

sessionInfo()

No response

Relevant log output

No response

Code of Conduct

Contribution Guidelines

Security Policy