Matej Smid
Matej Smid
The function teneto.networkmeasures.volatility() throws > AttributeError: module 'scipy.spatial.distance' has no attribute 'kulsinski' Minimal working example: ``` import teneto import numpy as np np.random.seed(2019) tnet = teneto.TemporalNetwork() tnet.generatenetwork('rand_binomial',size=(5,3), prob=0.5) volatility =...
**runtests.jl** includes all other files in test/ but **test_uncretaindata.jl**. This seems to be an oversight as **test_uncretaindata.jl** also includes seemingly deprecated functions such as `randomphases()` ` @test randomphases(D) isa Vector{Float64}...