Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
251: BCReader: type safety and avoid abstarct type in struct r=valeriabarra a=valeriabarra ## Purpose This PR is a follow-up of #227 . It improves type safety and compiler optimization by removing abstract types in the BCReader struct. Closes #250 ## Content It improves type safety and compiler optimization by removing abstract types in the BCReader struct. Review checklist I have: - followed the codebase contribution guide: https://clima.github.io/ClimateMachine.jl/latest/Contributing/ - followed the style guide: https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/ - followed the documentation policy: https://github.com/CliMA/policies/wiki/Documentation-Policy - checked that this PR does not duplicate an open PR. In the Content, I have included - relevant unit tests, and integration tests, - appropriate docstrings on all functions, structs, and modules, and included relevant documentation. - [x] I have read and checked the items on the review checklist. Co-authored-by: Valeria Barra <[email protected]>
- Loading branch information