Louis Maddox

Results 158 comments of Louis Maddox

Sorry for the late reply, hadn't seen this! I've seen this behaviour, and basically it's a quirk of Google Docs I can't figure out - if you indent at some...

It is documented here: https://dataclass-wizard.readthedocs.io/en/latest/common_use_cases/meta.html and is intended for use with the `from_dict` helper function according to those docs.

This fork is dead huh **Edit:** best available fork I could find was https://github.com/aurelg/pyan (but seems pretty severely unmaintained, and did not do what I expected)

@jessegrabowski I was wondering what to call the dir I put the yml config in! Will change and then review the CI workflow for other platforms to target in the...

I've now covered the benchmark environment and the other numba & jax environment config files too. (09b8a01)

The only tricky bit here is that you can't parameterise the Python version of an `environment.yml`, but we can do the installation of the parameterised Python version and the environments...

## Beginner friendly issues Here are the _beginner friendly_ issues for pytensor, most recently updated first (which is this issue!) Click to show the gh CLI command to generate it...

I'm taking a look into this on the code sprint :eyes:

> What are the typical use-cases here? At the risk of repeating what other people have said, to chime in with my use case (also Docker image building for deployment,...

As suggested, it looks like we can get the reference from `autorefs` and thus be language agnostic. An initial debugging session with the code has highlighted the existence of `AutorefsPlugin._url_map`...