Skip to content

issues Search Results · repo:cadop/dhart language:C++

Filter by

42 results
 (66 ms)

42 results

incadop/dhart (press backspace or delete to remove)

The call to https://github.com/cadop/dhart/blob/7587a53f69d0935e8c293b11f92ed327588730ed/src/Cpp/tests/src/GraphGenerator.cpp#L194-L201 successfully creates a graph with a node with an id of 5 and coordinates ...
  • coliem
  • 2
  • Opened 
    23 days ago
  • #92

https://github.com/cadop/dhart/blob/7587a53f69d0935e8c293b11f92ed327588730ed/src/Python/dhart/spatialstructures/graph.py#L160-L166 It s possible to pass in NodeStruct data structures as parent and child, ...
  • coliem
  • 1
  • Opened 
    24 days ago
  • #90

The STEP enum only contains information on whether two nodes are connected by a step or not. enum STEP { NOT_CONNECTED = 0, /// No connection between parent and child. NONE = 1, /// Parent and child ...
  • coliem
  • 1
  • Opened 
    25 days ago
  • #89

The github actions are only running when main actually has the PR done. We need a staging area to run the actions before main as a test.
CI/CD
  • cadop
  • Opened 
    on Jan 10
  • #86

Spherical view aggregation started giving a different value than the previous results. It s not clear why, but there needs to be a corresponding test in the C++ unittests to make sure these two things ...
bug
  • cadop
  • Opened 
    on Jan 10
  • #83

When using doctest for the python build docs, there are a few errors 1. There seems to be some failures relating to the graph generator being garbage collected before it can be destroyed: The HTML pages ...
bug
CI/CD
documentation
  • cadop
  • 5
  • Opened 
    on Jan 9
  • #81

The C# build is now failing. It is likely from a change with visual studio 16 to 17, and then .net framework version changes.
bug
build
priority
  • cadop
  • 2
  • Opened 
    on Jan 9
  • #79

A user should be able to query the closest node from a provided xyz position. The options could be: - Get the closest node (by ID) to an Arbitrary xyz position - Get the closest node (by ID) to another ...
enhancement
priority
  • cadop
  • Opened 
    on Jan 7
  • #78

Save and load a graph, including the node and edge attributes.
enhancement
  • cadop
  • Opened 
    on Jan 7
  • #77

String attributes have flexibility, but are causing extremely slow reading/writing calls. There should be a new option for passing a string of floats, and a float for specific get/set of node id s.
bug light
enhancement
priority
  • cadop
  • Opened 
    on Sep 20, 2024
  • #74
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub