Tim LaRock

Results 9 comments of Tim LaRock

Thanks for taking a look. Checking again I think actually the stack showing `vf2check_feasibility` last might be a red herring. The algorithm from the cited paper is recursive and it...

Thanks for this @simonschoelly. After a quick test I can confirm that setting the stack explicitly as in the stackoverflow solution you sent can work, I am able to get...

Great, thanks for replying @pszufe ! I'm using your interface to `hypernetx` to plot Euler diagrams, so need the python interpreter in my case :) I'll eventually need to get...

Update: I just realized there is an `examples_scipy` directory that shows the conditional examples are broken. I had only looked through the notebooks when I created the issue. Is there...

I am getting similar behavior to @trathi05 with some code using `Distributed`. I call Julia with `julia -p 4 --project=. my_script.jl`, some functions run independently in parallel using `pmap` with...

I think it would be great to have a dynamics module, even if it only has some basic models. I also think it will be difficult to do well without...

I would rank explicitly supporting temporal hypergraphs/stats above offering a wider range of dynamics. A solid foundation for temporal/evolving hypergraphs could make dynamics much simpler to implement in the future....

Got it re: notebook, that makes sense! I guess I am talking about both, responding to point (2) in @nwlandry's last comment. In my mind, integrating dynamics ON with `stats`...

How does the notebook you have in mind compare to [the two in tutorials/case_studies](https://github.com/xgi-org/xgi/tree/d36c5a7435178e89f0d277d6a17fa56a112bad4f/tutorials/case_studies) @leotrs ?