-
Notifications
You must be signed in to change notification settings - Fork 39
Added tests to back the claims in the opened issues #23
Conversation
A few of the things only work once the |
@mgttlinger CI fails :-( |
@timperrett Well that's the point. I added tests which showcase these errors in the path search. |
@mgttlinger ok you didn't reference the issue so that wasn't clear. You're talking about #21 one assumes? We can discuss on the issue about a potential solution. Thanks for finding :-) |
@@ -77,7 +77,7 @@ package object quiver { | |||
* Labeled path through a graph | |||
* @group types | |||
*/ | |||
type LPath[N,A] = Adj[N,A] | |||
type LPath[N,A] = (N,Vector[(N,A)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaiserpelagic can you just cast your eye over this to make sure it wont cause problems with nelson?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Folded into release branch on #27. |
No description provided.