Max Fan

Results 78 comments of Max Fan
trafficstars

@pjrule looks like this is intentional: https://gerrychain.readthedocs.io/en/latest/topics/reproducibility.html?highlight=If%20None#import-random-from-gerrychain-random

Ah, so it looks like my bug with `recursive_seed_part` is caused by this line at the top of `tree.py`: https://github.com/mggg/GerryChain/blob/3c42e993b2e0bfafe3877c99fda4bfa76e01c65d/gerrychain/tree.py#L5

> Graph raises the following deprecation warning when assigning ids to geometries for purposes of calculating adjacency: > > ``` > ... /gerrychain/graph/adjacency.py:21: ShapelyDeprecationWarning: Setting custom attributes on geometry objects...

Well, right now there is no built-in way to debug, but could you tell me the results when you run ` lsof -i : 1194` into terminal. As soon as...

Whoops! I meant `lsof -i :1194` Sorry about that! It does seem weird that `lsof -i:22` doesn't print anything. Maybe type it with a space like this: `lsof -i :22`...

Okay. I added sudo to all the lsof commands, which should now allow it to work. Also, I made it install lsof, if it isn't detected on the system. I...

Well, I haven't tested it on a Raspberry Pi, but it does work on ubuntu. You do need to interact with your computer to generate entropy for the system. /dev/random...

I will probably change it to /dev/urandom because that will not block.

@steampixel I've redid the scripts, so see if it works now on Hypriot.