Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
leverjs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
leverjs
Commits
1c63d327
Commit
1c63d327
authored
Nov 6, 2020
by
ac 20
Browse files
Options
Downloads
Patches
Plain Diff
sqlEncodeVector handle scalar
parent
6db6e057
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/+Helpers/sqlEncodeVector.m
+2
-0
2 additions, 0 deletions
matlab/+Helpers/sqlEncodeVector.m
matlab/+Smooth/+Classify/getMitosisFeatures.m
+1
-1
1 addition, 1 deletion
matlab/+Smooth/+Classify/getMitosisFeatures.m
with
3 additions
and
1 deletion
matlab/+Helpers/sqlEncodeVector.m
+
2
−
0
View file @
1c63d327
...
...
@@ -4,4 +4,6 @@ str=jsonencode(v);
if length(v)>1
str(1)='(';
str(end)=')';
else
str=['(' str ')'];
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
matlab/+Smooth/+Classify/getMitosisFeatures.m
+
1
−
1
View file @
1c63d327
...
...
@@ -254,7 +254,7 @@ cmd=['select cellID,centroid from tblCells where trackID=' num2str(itid) ' AND t
num2str
(
time
)];
q
=
ljsFetch
(
conn
,
cmd
);
if
size
(
q
,
1
)
>
1
fprintf
(
2
,
'rut roh! duplicate track entries
\n'
);
fprintf
(
2
,
'rut roh! duplicate track entries
conn=%s time=%d\n'
,
conn
.
DataSource
,
time
);
end
if
~
isempty
(
q
)
d2TrackID
=
itid
;
...
...
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