Sahil Jhawar

Results 6 comments of Sahil Jhawar

Found this issue while searching for what @rutujagurav mentioned (`TypeError: 'line' must be an instance of matplotlib.lines.Line2D, not a matplotlib.patches.Polygon`). The error is raised due the Matplotlib 3.8.0. Certain number...

Did you find any solution to this?

I didn't realise that issue author already had a pull request with the same functionality.

I just wanted to do start with opensource, and since `corner` is more or less a daily part of my work. So I thought this would be good place to...

On my local arm Mac machine it prints `x86_64`. The Conda environment I used to test this is setup using an official guide given on Anaconda's TF documentation

@thesofakillers Thanks, it worked. The trick is to use correct architecture: `CONDA_SUBDIR=osx-arm64 conda create -n tf -c conda-forge python=3.11` `CONDA_SUBDIR=osx-arm64` is important for arm Mac