View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002625 | FreeCAD | Bug | public | 2016-07-15 21:10 | 2016-07-17 11:15 |
| Reporter | m42kus | Assigned To | wmayer | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Arch Linux | ||
| Fixed in Version | 0.17 | ||||
| Summary | 0002625: Wrong dimension (str) from Unit | ||||
| Description | A Unit created from the string "mm^2*kg/(s^3*K)" results in an Unit object that prints: "mm^2*kg/s^3*K". The Unit seems to have the right dimension, but the string is wrong: >>> from Units import Unit >>> Unit("mm*kg/(s^3*K)") Unit: mm*kg/s^3*K (1,1,-3,0,-1,0,0,0) >>> Unit("mm*kg/(s^3*K)") == Unit("mm*kg/s^3*K") False | ||||
| Tags | units | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-07-15 21:10 | m42kus | New Issue | |
| 2016-07-15 21:11 | m42kus | Tag Attached: units | |
| 2016-07-17 11:14 | wmayer | Changeset attached | => FreeCAD Master master 7544444d |
| 2016-07-17 11:15 | wmayer | Status | new => closed |
| 2016-07-17 11:15 | wmayer | Assigned To | => wmayer |
| 2016-07-17 11:15 | wmayer | Resolution | open => fixed |
| 2016-07-17 11:15 | wmayer | Fixed in Version | => 0.17 |
FreeCAD