Perfexionists / perun

Lightweight Performance Control System
GNU General Public License v3.0
16 stars 14 forks source link

Circular dependency in `perun.logic.store` #181

Closed tfiedor closed 3 months ago

tfiedor commented 8 months ago

Seems there is some circular dependency when importing perun.logic.store, which is not easily raised during tests or basic usage.

Reproduction steps:

  1. In Jupyter notebook or Python IDLE run the following and it should raise the error.
from perun.logic import store
tfiedor commented 3 months ago

This should be solved in #227