Edgeworth
Edgeworth
Non integer exponents appear not to work. For example, the following produces results as if the exponent was truncated. ``` in: 6^0.5 out[1]: 1 in: 6^(0.5) out[2]: 1 in: 6^(1.5)...
The following error occurs for the file I've attached, upon trying to open it using open_workbook: "Continued record too short while reading extended string" This happens on calamine 0.18.0 but...
I am trying to get the following use case to work: 1. Set CPM_USE_LOCAL_PACKAGES to ON 2. Use CPMAddPackage to add a package, with a specific version 3. Use the...
### Description With this code: ```python from dataclasses import dataclass from dataclasses_json import Undefined, dataclass_json @dataclass_json(undefined=Undefined.RAISE) @dataclass(eq=True, kw_only=True, order=True, frozen=True) class TestInput1: cols: tuple[(tuple[str, str] | str), ...] = ()...
Looks like something changed in tonic 0.7.0 - I get this sort of error now: ``` 38 | pub struct Client { | ----------------- | | | doesn't satisfy `::Response...
In poetry, you can set system-site-packages=true in poetry.toml so virtualenvs are created with access to the system site packages directory. This can be useful if you have a complex package...