Summary: | import float(4) data from hdf5-file gives wrong results. | ||
---|---|---|---|
Product: | [Applications] LabPlot2 | Reporter: | chinoune.mehdi |
Component: | backend | Assignee: | Stefan Gerlach <stefan.gerlach> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | alexander.semke, stefan.gerlach |
Priority: | NOR | ||
Version First Reported In: | latest | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/kde/labplot/commit/95013f0b710e99feda95ef8c01d922ffd6c42846 | Version Fixed In: | 2.8 |
Sentry Crash Report: | |||
Attachments: | float_data |
Description
chinoune.mehdi
2020-05-08 15:54:38 UTC
Same issue on Ubunutu 20.04, version 2.7.0 can you attach a sample hdf5 file with float(4) data? I'm not able to reproduce the problem with my data files. Created attachment 128282 [details]
float_data
Git commit 95013f0b710e99feda95ef8c01d922ffd6c42846 by Stefan Gerlach. Committed on 09/05/2020 at 15:21. Pushed by sgerlach into branch 'master'. [hdf5 import] Fix import of FLOAT(4) data FIXED-IN: 2.8 M +1 -3 src/backend/datasources/filters/HDF5Filter.cpp https://invent.kde.org/kde/labplot/commit/95013f0b710e99feda95ef8c01d922ffd6c42846 (In reply to chinoune.mehdi from comment #0) > ADDITIONAL INFORMATION > It occurs in both 2.7.0 and nightly(2.8.0) Can you please try out the last nightly build and confirm it solves the problem for you? (In reply to Alexander Semke from comment #5) > (In reply to chinoune.mehdi from comment #0) > > ADDITIONAL INFORMATION > > It occurs in both 2.7.0 and nightly(2.8.0) > Can you please try out the last nightly build and confirm it solves the > problem for you? Tried this morning. Problem solved. |