```python quantulum.parser.parse("0.25 W/(m*k)") ``` ``` [Quantity(0.25, "watt")] ``` the workaround is to remove braces, but this just means that it parses incorrectly (#8)