You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My macbook runs Yosemite with Matlab-R2014b. The only problem that I have is it fails to load .tsv files.
The following is the error message that it returns with an "Error Dialog saying, Edge vector must be monotonically non-decreasing.":
ebf = ebFRET();
Warning: Could not set property value
Property: Interpreter
Value: none
In waitbar>createWaitbar at 198
In waitbar at 101
In MainWindow.load_data at 75
In MainWindow.MainWindow>@(source,event)load_data(self)
Preference to nonexistent field 'viterbi'.
Error in ebfret.ui.MainWindow/refrersh (line 36)
if ~self.series(n).exclude &&
~isempty(analysis(a).viterbi(n).state)
Error in ebfret.ui.MainWindow/load_data (line 216)
self.refresh('ensemble', 'series');
Error in ebfret.ui.MainWindow/MainWindow/@(source,event)load_data(self)
Error while evaluating Menu Callback
The text was updated successfully, but these errors were encountered:
My macbook runs Yosemite with Matlab-R2014b. The only problem that I have is it fails to load .tsv files.
The following is the error message that it returns with an "Error Dialog saying, Edge vector must be monotonically non-decreasing.":
Error in ebfret.ui.MainWindow/refrersh (line 36)
if ~self.series(n).exclude &&
~isempty(analysis(a).viterbi(n).state)
Error in ebfret.ui.MainWindow/load_data (line 216)
self.refresh('ensemble', 'series');
Error in ebfret.ui.MainWindow/MainWindow/@(source,event)load_data(self)
Error while evaluating Menu Callback
The text was updated successfully, but these errors were encountered: