Skip to content
Snippets Groups Projects
Commit b521b6ad authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: @series: remove unnecessary assertion

parent 8e20b98d
Branches
Tags
No related merge requests found
......@@ -39,7 +39,6 @@ assert(isint(precision));
assert(~isempty(o.data) && isa(o.data, 'dynSeries'), ...
'@series.write: must provide data as a dynSeries');
assert(ischar(o.color), '@series.write: color must be a string');
assert(ischar(o.tableNegColor), '@series.write: tableNegColor must be a string');
assert(ischar(o.tablePosColor), '@series.write: tablePosColor must be a string');
assert(islogical(o.showTableMarkers), '@series.write: showTableMarkers must be true or false');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment