You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely certain about the accuracy of this, so further looking into might be necessary. However, should the PR for the update in test_fit.py get approved, the Test section in GitHub Actions does offer verification:
The warning message is still there but does not seem to halt the flow:
That's why considering this as optional -- I'm keen to know your perspective on this!
The text was updated successfully, but these errors were encountered:
Hi Zeily, Thanks for looking into this issue! I think that it's also because we don't have the sphinx dependency yet too. I personally think that if we are not rushing to fix this issue, I would rather we fix the warning message too in one go.
Optional: I believe we can update toml file to avoid message "CoverageWarning: Module trial was never imported. (module-not-imported)"
e.g.,
[tool.coverage.run]
branch = true
source = [ "autopredictor", ]
Attributions:
Config section of pytest-dev/pytest-cov#596
https://github.com/t-pohl/pytest-coverage-err/blob/main/pyproject.toml
https://stackoverflow.com/questions/76442204/configure-pyproject-toml-for-unittest-and-coverage
I'm not entirely certain about the accuracy of this, so further looking into might be necessary. However, should the PR for the update in test_fit.py get approved, the Test section in GitHub Actions does offer verification:
The warning message is still there but does not seem to halt the flow:
That's why considering this as optional -- I'm keen to know your perspective on this!
The text was updated successfully, but these errors were encountered: