-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- It should be more correct now - I think it's slower - The first two tests succeed now, but: - With lots of concepts (e.g., 20,000), it takes forever and the whole backend won't respond while it's processing - The problem isn't in connect_nodes anymore, it's in all_paths when it's looking for simple paths to root. Those paths can get long and there can be a lot of them. Maybe a strategy of looking for predecessors would work? - It needs a lot more inline documentation - I may have fixed the duplicate test thing by putting the loop through tests inside the loop through environments rather than other way around.
- Loading branch information
Showing
12 changed files
with
393 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.