mail[bug #12406] value.set() failure when the parameter already exists.


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d Auvergne on October 05, 2008 - 11:04:

URL:
  <http://gna.org/bugs/?12406>

                 Summary: value.set() failure when the parameter already
exists.
                 Project: relax
            Submitted by: bugman
            Submitted on: Sunday 10/05/2008 at 09:04
                Category: relax's source code
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: bugman
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.3.1
        Operating System: All systems

    _______________________________________________________

Details:

Trying to set the te value to 200 ns for a pre-existing model-free model, the
following error is produced:

relax> value.set(val=2.0000000000000002e-07, param='te', spin_id=':11')
Traceback (most recent call last):
  File "/data/relax/relax-1.3/test_suite/system_tests/model_elimination.py",
line 54, in test_te_200ns
    self.relax.interpreter._Value.set(200*1e-9, 'te', spin_id=":11")
  File "/data/relax/relax-1.3/prompt/value.py", line 423, in set
    value.set(val=val, param=param, spin_id=spin_id)
  File "/data/relax/relax-1.3/generic_fns/value.py", line 400, in set
    raise RelaxValueError, (param)
RelaxValueError: RelaxError: The data type 'te' already exists.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12406>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Sun Oct 05 13:00:10 2008