Ru Zheng
Ru Zheng
python3 setup.py build_ext --inplace SSE2 detected AVX2 detected running build_ext skipping 'bcolz/carray_ext.c' Cython extension (up-to-date) building 'bcolz.carray_ext' extension creating build creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/bcolz creating build/temp.linux-x86_64-3.8/c-blosc creating build/temp.linux-x86_64-3.8/c-blosc/blosc creating build/temp.linux-x86_64-3.8/c-blosc/internal-complibs...
my codes: import networkx as nx import EoN import matplotlib.pyplot as plt G = nx.watts_strogatz_graph(100, 5, 0.9) nx_kwargs = {"with_labels": True} sim = EoN.Gillespie_SIR(G, 1, 0.1, return_full_data=True) t = 0.0...
when i add distance and language Exogenous contextual network(from CEPII dataset) which with the same nodes with origin trade network, I meet some problem: Error in if (any(low.drop.theta)) message(paste("Observed statistic(s)",...