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

Refactored and tested cpdFmax2pCp2.m #19

Draft
wants to merge 4 commits into
base: ustar_cp_refactor_main
Choose a base branch
from

Conversation

j-emberton
Copy link
Member

Refactored cpdFmax2pCp2.m using LLM.

Added unit tests for function and its new sub functions.

All tests working correctly

@j-emberton j-emberton self-assigned this Aug 15, 2024
@j-emberton j-emberton marked this pull request as ready for review August 15, 2024 09:22
if Fmax < FmaxCritical(1)
p = extrapolateLowFmax(Fmax, n, FmaxCritical(1));
elseif Fmax > FmaxCritical(end)
p = extrapolateHighFmax(Fmax, n, FmaxCritical(end));
Copy link

Choose a reason for hiding this comment

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

In the original code, FmaxCritical(3) is used instead of FmaxCritical(end). Are they the same?

@dorchard
Copy link
Member

We will come back to this once we reach this point in the dependency graph.

@dorchard dorchard marked this pull request as draft August 22, 2024 13:14
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.

3 participants