You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a preliminary contribution towards improving type coverage in PyBaMM, I'd like to submit a small PR that adds type hints to simpler models inside the pybamm.models module.
Scope
This trial PR will focus on:
Helper functions that return basic types.
Small class methods with simple input/output signatures.
Reference
This will follow a similar approach to PR #3578, and aligns with the proposal I’m currently preparing for GSoC 2025.
Motivation
I’d like to familiarize myself with PyBaMM’s contribution process and get early feedback from the community on type hinting conventions, review expectations, and structure.
Questions
Are there any specific files or submodules you'd recommend I start with?
The text was updated successfully, but these errors were encountered:
Summary
As a preliminary contribution towards improving type coverage in PyBaMM, I'd like to submit a small PR that adds type hints to simpler models inside the
pybamm.models
module.Scope
This trial PR will focus on:
Reference
This will follow a similar approach to PR #3578, and aligns with the proposal I’m currently preparing for GSoC 2025.
Motivation
I’d like to familiarize myself with PyBaMM’s contribution process and get early feedback from the community on type hinting conventions, review expectations, and structure.
Questions
The text was updated successfully, but these errors were encountered: