statnet / ergm

Fit, Simulate and Diagnose Exponential-Family Models for Networks
Other
96 stars 37 forks source link

Add modified kvec for TERGM #578

Closed AdrienLeGuillou closed 1 week ago

AdrienLeGuillou commented 1 month ago

Contrary to KHash, no allocator macros are defined by default

related to https://github.com/statnet/tergm/pull/125

krivit commented 1 week ago

Hey, sorry take so long on this. Can I trouble you to use a development branch rather than master and make a PR from that? It makes it easier to test on my system.

AdrienLeGuillou commented 1 week ago

Hi, no worries. Do you mean making a dev branch on ergm and opening a PR from it to master? I am not allowed to create branches on this repo though.

krivit commented 1 week ago

The idea is to keep AdrienLeguillou/ergm@master identical to statnet/ergm@master at all times, and make a PR from AdrienLeguillou/ergm@kvec to statnet/ergm@master .

krivit commented 1 week ago

That way, I can check out your dev branch and make edits and comparisons as needed.

AdrienLeGuillou commented 1 week ago

got it