Back to the main page.
Bug 3326 - problem with ft_warning
Status | CLOSED WORKSFORME |
Reported | 2017-07-27 12:32:00 +0200 |
Modified | 2019-08-10 12:41:04 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Marios Antonakakis - 2017-07-27 12:32:10 +0200
each time where I am trying to call ft_scalpcurrentdensity Matlab returns the below error Your data and configuration allow for multiple sensor definitions. Warning: using electrodes specified in the configuration\n processing trials processing trial 1 from 1 Warning: trying to correct the units, assuming uV and mm Error using ft_platform_supports (line 134) unsupported value for first argument: html Error in ft_notification (line 350) if ft_platform_supports('html') Error in ft_warning (line 63) ft_notification(varargin{:}); Error in ft_scalpcurrentdensity (line 244) ft_warning('trying to correct the units, assuming uV and mm'); the same problem when I am trying to run ft_sourceplot(). The bug seems to be with the ft_warning()
Robert Oostenveld - 2017-08-14 16:29:15 +0200
line 158 in ft_platform_supports.m should be case 'html' tf = ~is_octave() && usejava('desktop') && desktop('-inuse'); I suspect that you have downloaded a version in which the change was made in ft_notification, but where ft_platform_supports was not yet compatible. Can you please upgrade to the latest FT version and try again?
Robert Oostenveld - 2017-08-23 15:20:08 +0200
Hi Marios, Can you give an update on this issue? If I don't hear back from you, I will assume that the issue has been resolved.
Marios Antonakakis - 2017-08-23 15:24:08 +0200
I am just back from vacation and I have to finish many things before BACI conference. I will check and I will send you. Sorry for the delay.
Marios Antonakakis - 2017-08-24 11:37:34 +0200
Robert, I test it and it works well!!!
Robert Oostenveld - 2017-08-24 13:04:11 +0200
ok, so nothing needs to be done
Robert Oostenveld - 2019-08-10 12:34:54 +0200
This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.