githubpsyche / pcitpy

The Probabilistic Curve Induction and Testing (P-CIT) toolbox, implemented in Python.
https://githubpsyche.github.io/pcitpy/
Apache License 2.0
0 stars 0 forks source link

Why are tau, bounds, w, etc global? #28

Open githubpsyche opened 4 years ago

githubpsyche commented 4 years ago

A lot of variables are declared globally, but why? Can I remove these commands? Or reformat them in some way?