Damian Dailisan

Results 4 issues of Damian Dailisan

After some digging, I think I may have resolved the segfault issue on Python>3.6.1 on MacOS (see #179). It has to do with 1. Linking of necessary python libraries to...

## Bug Description PR #981 made changes to how flow generates _emissions_. This looks to me like _emissions_ (in the flow sense) is essentially a datalogger of vehicle states (such...

bug

Fixes #3671. I would be happy to also add some unit tests if deemed necessary.

When using col_wrap, seaborn builds the axes manually using fig.add_subplot (see: https://github.com/mwaskom/seaborn/blob/ae7acf0ce6e30ae773f513e0ccadbb7341cf5e90/seaborn/axisgrid.py#L474-L490). This breaks the use of col/row for share{x,y} because add_subplot references a base axis, which is always set...