Skip to content

2 issues about sample_core.cpp #32

@petitfleur

Description

@petitfleur
  1. we have found that the 1e-7 comparison can cause some problems. sometimes it is True, sometimes it is False. like 2 > 2 - 1e-7 is true, 4 > 4 - 1e-7 is false..?
  2. it seems that the first element of indptr will not be sampled...?

for (EdgeIDType k = e_search; k > std::max(s_search - 1, e_search - neighs); k--)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions