-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix/t 59 cpf naming #98
base: main
Are you sure you want to change the base?
Conversation
Looking good, but I think we can do a bit more here. |
637c171
to
7d98858
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, A few comments.
src/api/models.py
Outdated
|
||
cpf_ne0ratio_ipmax: Optional[float] = Field(nullable=True) | ||
cpf_ne0ratio_ipmax: Optional[float] = Field( | ||
alias="thom_ne0_rat_line_avg_ne", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thom
-> thomson
src/api/models.py
Outdated
cpf_p21022: Optional[float] = Field(nullable=True) | ||
cpf_p21022: Optional[float] = Field( | ||
alias="mcs_tf_flattop_time", | ||
description="(MCS Setup) Param mim421 - TF Flat Top set time (End of Flat Top) for MAST only", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> msc_tf_flat_top_value
src/api/models.py
Outdated
|
||
cpf_p05030: Optional[float] = Field(nullable=True) | ||
cpf_p05030: Optional[float] = Field( | ||
alias="mcs_select_p3p_s", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just mcs_select_p3p
82c988a
to
46e5cd4
Compare
No description provided.