Re: Using multi-processor for model_free

2016-09-29 Thread Mahdi, Sam
Also, Congrats to Edward! On Thu, Sep 29, 2016 at 4:11 PM, Mahdi, Sam wrote: > Hi Troels, > > I will upload a bug report with the pdb file, the script I use, and the > data I'm using. > > Sincerely, > Sam > > On Thu, Sep 29, 2016 at 2:25 PM, Troels Emtekær Linnet < >

Re: Using multi-processor for model_free

2016-09-29 Thread Mahdi, Sam
Hi Troels, I will upload a bug report with the pdb file, the script I use, and the data I'm using. Sincerely, Sam On Thu, Sep 29, 2016 at 2:25 PM, Troels Emtekær Linnet < tlin...@nmr-relax.com> wrote: > Hi Sam. > > Hm... > > I had a look in: pipe_control/minimise.py > > The trouble start with

Re: Using multi-processor for model_free

2016-09-29 Thread Troels Emtekær Linnet
Hi Sam. Hm... I had a look in: pipe_control/minimise.py The trouble start with line "elif values[i] in [None, {}, []]:" Where the index "i" is running out of bounds. The index is drawn from range(n). n = len(names) names = api.get_param_names(model_info) values =

Re: Using multi-processor for model_free

2016-09-29 Thread Troels Emtekær Linnet
Hi Sam. Problems with the GUI do not necessary mean a problem. It could be a problem of wxPython. Which version do you have? (relax -i ) To find the specific tests that fails, can you do: > relax --gui-tests --time -t gui_fail.txt Best Troels 2016-09-28 22:44 GMT+02:00 Mahdi, Sam