Summary
A script that opens YAML config files within studies, builds the networks, and writes them to file.
Motivation
Using the generate.yml workflow for GitHub Actions, this will enable version controlled topological structures that we use in Empirica experiments with interactive networks.
Implementation
Additional context
Any other context or screenshots.
Summary
A script that opens YAML config files within
studies, builds the networks, and writes them to file.Motivation
Using the
generate.ymlworkflow for GitHub Actions, this will enable version controlled topological structures that we use in Empirica experiments with interactive networks.Implementation
globto find all studies with aconfig.ymlfileconfig.ymlfor expected data #3yamlpackage, e.g.,config = yaml.safe_load(file)sequence.pyto find dyadic conversation sequence #4small_worldgenerator from Implementsmall_worldfunction #1Additional context
Any other context or screenshots.