Enable tae new api - #275
Draft
spossann wants to merge 258 commits into
Draft
Conversation
…eplace the species dictionary in models.
…tors class was moved there becuae the .pyi file takes precedence over .py for type inference
…attribute species to each variable
- new class `Noise` in perturbations.py - added arguments `given_in_basis` and `comp` to each perturbation
…nd or perturbation is given
…_CHECKING to mitigate circualr imports (but not needed anymore here)
… but can still be .yml)
- make it a dataclass - new method set_options - use Literals - todo: complete allocate method
…nd allocate_variables
…also of Tesselation
…onsistent definition of canonical Maxwellians.
… sampling_density -> sampling_density_values.
…se class. The property sampling_density returns a KineticBackground object that can be evaluated.
…le (only velocity integration).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copy of #144, with
develmerged.