Skip to content
GitLab
Explore
Sign in
Fix: make variable compatible with notebook tools
Code
Review changes
Check out branch
Download
Patches
Plain diff
Mikhail Karnevskiy
requested to merge
fix/input_PlotCalDB
into
master
Jul 16, 2019
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
@haufs
@ahmedk
A variable with a value written like
8000 / 3.6 / 67
will be not recognized as an input parameter of the notebook.
One of the variable contains a list of lists instead of a simple list.
Merge request reports