From d15242d2c7bea82f7a064a3587e9a5f77f850e53 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 8 Mar 2018 14:17:00 -0800 Subject: [PATCH] Moved probability to active projects --- {eop => active_projects/eop}/__init__.py | 0 {eop => active_projects/eop}/bayes.py | 0 {eop => active_projects/eop}/bayes_footnote.py | 0 {eop => active_projects/eop}/combinations.py | 0 {eop => active_projects/eop}/independence.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {eop => active_projects/eop}/__init__.py (100%) rename {eop => active_projects/eop}/bayes.py (100%) rename {eop => active_projects/eop}/bayes_footnote.py (100%) rename {eop => active_projects/eop}/combinations.py (100%) rename {eop => active_projects/eop}/independence.py (100%) diff --git a/eop/__init__.py b/active_projects/eop/__init__.py similarity index 100% rename from eop/__init__.py rename to active_projects/eop/__init__.py diff --git a/eop/bayes.py b/active_projects/eop/bayes.py similarity index 100% rename from eop/bayes.py rename to active_projects/eop/bayes.py diff --git a/eop/bayes_footnote.py b/active_projects/eop/bayes_footnote.py similarity index 100% rename from eop/bayes_footnote.py rename to active_projects/eop/bayes_footnote.py diff --git a/eop/combinations.py b/active_projects/eop/combinations.py similarity index 100% rename from eop/combinations.py rename to active_projects/eop/combinations.py diff --git a/eop/independence.py b/active_projects/eop/independence.py similarity index 100% rename from eop/independence.py rename to active_projects/eop/independence.py