Hi,

I encountered an error with the results.write() function concerning the 
format when trying to work with an hybrid model.

In the default format (columnar) :

=========================

Traceback (most recent call last):
  File "./hybrid.py", line 41, in ?
    results.write(run=CORE_hybrid, file='results', dir=CORE_hybrid, 
format='columnar', force=1)
  File "/usr/local/packages/relax/prompt/results.py", line 201, in write
    self.__relax__.generic.results.write(run=run, file=file, 
directory=dir, force=force, format=format, compress_type=compress_type)
  File "/usr/local/packages/relax/generic_fns/results.py", line 160, in 
write
    raise RelaxError, "The " + format + " format is not currently 
supported for " + self.relax.specific_setup.get_string(function_type) + "."
RelaxError: RelaxError: The columnar format is not currently supported 
for hybrid models.

=========================


Or in the XML format :

=========================

Traceback (most recent call last):
  File "./hybrid.py", line 41, in ?
    results.write(run=CORE_hybrid, file='results', dir=CORE_hybrid, 
format='xml', force=1)
  File "/usr/local/packages/relax/prompt/results.py", line 201, in write
    self.__relax__.generic.results.write(run=run, file=file, 
directory=dir, force=force, format=format, compress_type=compress_type)
  File "/usr/local/packages/relax/generic_fns/results.py", line 160, in 
write
    raise RelaxError, "The " + format + " format is not currently 
supported for " + self.relax.specific_setup.get_string(function_type) + "."
RelaxError: RelaxError: The XML format is not currently supported for 
hybrid models.

=========================

Am I doing something wrong ?

Is it possible to write results from an hybrid model ?

Thanks !


Séb  :)


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-users mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-users

Reply via email to