|
From: Geoffrey H. <ge...@ge...> - 2006-05-09 01:19:19
|
On Apr 24, 2006, at 10:55 AM, Noel O'Boyle wrote:
>>> How can I access the data fields in an SD file? Such as...
>> data = mymol.GetData("Mol weight"); // returns type OBPairData
>> data.GetValue() // returns 1234.567 or whatever
>
> I think OB is misbehaving, then. mymol.GetData("NSC") returns None
> (the
> Python object) and mymol.HasData("NSC") returns False.
I thought I had e-mailed you, but evidently not. Could you submit a
bug report with a test file? Let's make sure this is fixed ASAP.
Thanks,
-Geoff
|