Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new BaseModel structure into the abiotic model. #382

Merged
merged 44 commits into from
Feb 6, 2024

Conversation

davidorme
Copy link
Collaborator

@davidorme davidorme commented Feb 6, 2024

Description

This PR updates the code in the feature/new_abiotic_model branch to the current develop including the new BaseModel architecture.

@vgro - because this brings in develop there are a lot of changes, but this PR seemed the easiest way to make changes to your branch. You can see what changes in the individual models and tests you're working on. I don't think there is anything controversial (apart from that the components all have long names).

The end result of merging this PR will be that the new_abiotic_branch is up to date with develop and all the tests run.

Fixes #381

Type of change

  • New feature (non-breaking change which adds functionality)
  • Optimization (back-end change that speeds up the code)
  • Bug fix (non-breaking change which fixes an issue)

Key checklist

  • Make sure you've run the pre-commit checks: $ pre-commit run -a
  • All tests pass: $ poetry run pytest

Further checks

  • [-] Code is commented, particularly in hard-to-understand areas
  • [-] Tests added that prove fix is effective or that feature works

@davidorme davidorme requested a review from vgro February 6, 2024 09:52
Copy link
Collaborator

@vgro vgro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I'll let you know if I get in trouble with the children

@vgro vgro merged commit 8bf6c66 into feature/new_abiotic_model Feb 6, 2024
16 checks passed
@vgro vgro deleted the feature/new_abiotic_model_with_core branch February 6, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants