mirror of
https://github.com/Jonas-Verhellen/Argenomic.git
synced 2026-04-03 00:19:15 -06:00
Warning text #14
Labels
No labels
bug
bug
documentation
documentation
enhancement
enhancement
enhancement
good first issue
good first issue
invalid
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/Argenomic#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agiani99 on 7/21/2020
hi all,
I am not sure entirely whether it is an issue, but
after running tests got this, which is also present unsuccesfully running thiotixene example:
====================================================== warnings summary ======================================================
tests/test_infrastructure.py::test_default_archive
/usr/bin/anaconda3/envs/argenomic-stable/lib/python3.7/site-packages/sklearn/cluster/_kmeans.py:974: FutureWarning: 'n_jobs' was deprecated in version 0.23 and will be removed in 0.25.
" removed in 0.25.", FutureWarning)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================================== 4 passed, 1 xfailed, 1 warning in 10.42s ==========================================
What I am missing?
Best
agiani99