snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

remodeling is broken #41

Closed snotskie closed 11 months ago

snotskie commented 11 months ago

For any model type M, this errors:

reENA = M(
    myENA;
    windowSize=4
)

This is caused by an ambiguity between the macro remodeler and rerotator

This will be fixed in the next refactor commit, just documenting here

snotskie commented 11 months ago

fixed in https://github.com/snotskie/EpistemicNetworkAnalysis.jl/commit/b3d02109619e0a3fe4407ab120a3bda209689ad4