File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manify/curvature_estimation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77* `sectional_curvature`: Estimates the sectional curvature of a graph from its distance matrix.
88"""
99
10- from manify .curvature_estimation .delta_hyperbolicity import vectorized_delta_hyperbolicity , sampled_delta_hyperbolicity
10+ from manify .curvature_estimation .delta_hyperbolicity import sampled_delta_hyperbolicity , vectorized_delta_hyperbolicity
1111from manify .curvature_estimation .greedy_method import greedy_signature_selection
1212from manify .curvature_estimation .sectional_curvature import sectional_curvature
1313
Original file line number Diff line number Diff line change 77from __future__ import annotations
88
99from typing import Any , Tuple
10- from jaxtyping import Float
1110
1211import torch
12+ from jaxtyping import Float
1313
1414from ..manifolds import ProductManifold
1515
You can’t perform that action at this time.
0 commit comments