Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python311Packages.hdbscan: fix build #270506

Merged
merged 1 commit into from
Nov 29, 2023

python311Packages.hdbscan: fix build

776fcd1
Select commit
Loading
Failed to load commit list.
Merged

python311Packages.hdbscan: fix build #270506

python311Packages.hdbscan: fix build
776fcd1
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
OfBorg / python311Packages.hdbscan, python311Packages.hdbscan.passthru.tests on x86_64-linux succeeded Nov 28, 2023 in 0s

Success

Attempted: python311Packages.hdbscan

The following builds were skipped because they don't evaluate on x86_64-linux: python311Packages.hdbscan.passthru.tests

Details

Partial log

hdbscan/tests/test_flat.py: 42 warnings
  /nix/store/nkixmna7m0l45rm11wghjg4m32h1j7rf-python3.11-hdbscan-0.8.33/lib/python3.11/site-packages/hdbscan/hdbscan_.py:80: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
    labels, probabilities, stabilities = get_clusters(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 46 passed, 7 skipped, 6 deselected, 289 warnings in 3.84s ===========
Finished executing pytestCheckPhase
pytestcachePhase
pytestRemoveBytecodePhase
/nix/store/nkixmna7m0l45rm11wghjg4m32h1j7rf-python3.11-hdbscan-0.8.33