Sébastien Weber

Results 18 comments of Sébastien Weber

Hi Nate, seems like it's fine now! Seb

Hi Nate it's been a while that this code as been pushed, could you merge it (and eventuelly make a release)?

After some more reading, your special_type function is same as in the older h5py API (that is before version h5py 2.9). Well that is just different names for same functionality...

I completely agree, I'm at a loss of where to start to debug even the test suite...

Thanks, that actually helps!! Sébastien Weber Le sam. 14 mars 2020 à 16:51, vsisl a écrit : > @seb5g have a look at > https://github.com/HDFGroup/h5serv/issues/128#issue-491040887 > it might be helpful....

@jreadey , I just installed the HSDS posix docker image and I'm up and running until the integration tests. They fail... It seems there's an issue with the writing of...

Here is the traceback: ``` :5: unsupported expression: expected a simple numeric constant :5: unsupported expression: expected a simple numeric constant cannot parse "SpectrumCalibrationType m_IntensityCalib;" :3:3: before: SpectrumCalibrationType :5: unsupported...

Hi Nate, could you take some time to have a look at this please? Regards

I actually found something similar: ``` >>> from pint import Quantity as Q_ >>> Q_(8.0, 'mm') == Q_(0.008, 'm') True >>> Q_(9.0, 'mm') == Q_(0.009, 'm') False ``` which doesn't...

Hi guys, I'm actually working on making this driver working again. Indeed the buffer_data was not defined... I should be done with a first update soon