{% extends "base.html" %} {% block title %}Compare runs | Silisocs Studio{% endblock %} {% block crumb %}Runs/Compare{% endblock %} {% block content %}

Unified exploration

Run comparison

{{ run_ids|length }} runs aligned on events per episode

{% if run_ids|length < 2 %}
Pick at least two runs

Select runs from the archive and choose Compare.

Back to runs
{% else %}

Aligned signal

Events per episode

{% endif %}
{% if run_ids|length >= 2 %} {% endif %} {% endblock %}