geneagrapher icon indicating copy to clipboard operation
geneagrapher copied to clipboard

Mathematical Genealogy Grapher — a tool to build graphs of mathematician advisor-advisee networks

Results 8 geneagrapher issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to install geneagrapher using pip, but my pip returns an error (attached below). I am not certain what the error was about, but I found that...

Bumps [lxml](https://github.com/lxml/lxml) from 4.2.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

I'm getting the following test error: ```python ERROR: test_init2 (tests.geneagrapher.test_cache_grabber.TestCacheGrabberMethods) Test constructor with non-default filename. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/profzoom/src/geneagrapher/geneagrapher/tests/geneagrapher/test_cache_grabber.py", line 42, in test_init2 os.remove("mycachename.db") FileNotFoundError: [Errno...

Some of the tests checking for exceptions are not checking the exception's message. Improve the tests by adding these checks.

Task

A number of tests are written to verify an expected exception is raised and that its message matches what is expected. These tests are currently using `assertRaises` and a subsequent...

Task

Generate more formal documentation.

Task

Create a writer class that generates [DOT](http://en.wikipedia.org/wiki/DOT_language) output for the graph. --- Blocked by #5.

Task

Geneagrapher currently generates only [DOT](http://en.wikipedia.org/wiki/DOT_language) output and the generation of the dot content is done within the `Graph` class. We want to introduce "writer" classes to Geneagrapher that will generalize...

Task