Skip to content
Snippets Groups Projects
Commit e7fb6693 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

chore: remove IPython

parent 8b21ad10
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,6 @@ def model_dayabay_v0(): ...@@ -32,7 +32,6 @@ def model_dayabay_v0():
combinations_reactors_isotopes = tuple(product(list_reactors, list_isotopes)) combinations_reactors_isotopes = tuple(product(list_reactors, list_isotopes))
combinations_reactors_isotopes_detectors = tuple(product(list_reactors, list_isotopes, list_detectors)) combinations_reactors_isotopes_detectors = tuple(product(list_reactors, list_isotopes, list_detectors))
combinations_periods_detectors = tuple(pair for pair in product(list_periods, list_detectors) if not pair in inactive_detectors) combinations_periods_detectors = tuple(pair for pair in product(list_periods, list_detectors) if not pair in inactive_detectors)
import IPython; IPython.embed(colors='neutral')
with Graph(close=close) as graph, storage: with Graph(close=close) as graph, storage:
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment