Mohsin Mehmood
Mohsin Mehmood
Got this error while running chat.py file
Resolves issue #1442 where Clad would crash with a segfault when differentiating functions containing assert statements. The crash occurred in ReferencesUpdater::updateType() when processing SourceLocExpr nodes that return null QualType values....
## Summary Fixes the segmentation fault that occurs when Clad attempts to differentiate for loops with empty increment expressions. ## Problem Issue #1436 reported that Clad would crash with a...
## Summary Fixes AttributeError when TQDM_DISABLE=1 is set before importing orbit. The issue occurs because cmdstanpy assumes tqdm progress bars have a 'postfix' attribute, but disabled tqdm objects don't have...
## Summary - Adds support for modern `dict[str, str]` syntax in `ApiClient.__deserialize()` - Maintains backward compatibility with existing `dict(str, str)` syntax - Enables Pydantic adapter compatibility for `openapi_types` ## Changes...
### Description This pull request addresses test failures in `test_fitsio.py::test_compress` for HCOMPRESS_1 compression with SUBTRACTIVE_DITHER_2 quantization method by relaxing the comparison tolerances to account for the expected precision differences in...