Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dayabay-model
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dayabay-data-preservation
dayabay-model
Commits
e7fb6693
Commit
e7fb6693
authored
1 year ago
by
Maxim Gonchar
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove IPython
parent
8b21ad10
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/dayabay_v0.py
+0
-1
0 additions, 1 deletion
models/dayabay_v0.py
with
0 additions
and
1 deletion
models/dayabay_v0.py
+
0
−
1
View file @
e7fb6693
...
@@ -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
:
#
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment