Full ranged ZrCoHx PCT modelling capabilities#420
Conversation
simopier
left a comment
There was a problem hiding this comment.
This is a partial review, not a full detailed one.
Please address these things first.
You are also missing an issue number in your commit history:
##########################################################################
ERROR: Your patch does not contain a valid ticket reference! (i.e. #1234)
Merge branch 'ZrCoHx_FullRange_PCT_Modelling' of https://github.com/Anthony-Bowers08/TMAP8 into test
Full ranged ZrCoHx PCT modelling capabilities Ref. 261
##########################################################################
|
This PR is still failing due to: |
|
Job Documentation, step Sync to remote on e454875 wanted to post the following: View the site here This comment will be updated on new commits. |
6e56f25 to
f898b6b
Compare
f898b6b to
681717b
Compare
da77422 to
f898b6b
Compare
f898b6b to
f1d8f2f
Compare
|
Job Build test summary, step Build test summary on e454875 wanted to post the following: Test summaryCompared against 5dd63d1 in job civet.inl.gov/job/3908047. Removed tests
Added tests
|
simopier
left a comment
There was a problem hiding this comment.
Getting closer too! Let me know if you have any questions about these comments and suggestions.
| return 2.7 - 1.4529 * ( | ||
| 1.0 | ||
| + np.exp(6.5726 - 2.2087e-02 * T + (6.5206e-01 - 1.1738e-05 * T) * np.log(arg)) |
There was a problem hiding this comment.
| return 2.7 - 1.4529 * ( | |
| 1.0 | |
| + np.exp(6.5726 - 2.2087e-02 * T + (6.5206e-01 - 1.1738e-05 * T) * np.log(arg)) | |
| return 2.7 - 1.45 * ( | |
| 1.0 | |
| + np.exp(6.57 - 2.21e-02 * T + (6.52e-01 - 1.17e-05 * T) * np.log(arg)) |
| plt.yscale("log") | ||
| plt.xlabel("Atom Ratio (-)") | ||
| plt.ylabel("Partial Pressure (Pa)") | ||
| plt.ylabel("Pressure (Pa)") |
There was a problem hiding this comment.
| plt.ylabel("Pressure (Pa)") | |
| plt.ylabel("Partial Pressure (Pa)") |
I think you should keep the partial here.
| p = os.path.join(gold_dir, f) | ||
| if os.path.exists(p): | ||
| tmap_low[f] = pd.read_csv(p) |
There was a problem hiding this comment.
| p = os.path.join(gold_dir, f) | |
| if os.path.exists(p): | |
| tmap_low[f] = pd.read_csv(p) | |
| path = os.path.join(gold_dir, f) | |
| if os.path.exists(path): | |
| tmap_low[f] = pd.read_csv(path) |
| p = os.path.join(gold_dir, f) | ||
| if os.path.exists(p): | ||
| tmap_high[f] = pd.read_csv(p) |
There was a problem hiding this comment.
| p = os.path.join(gold_dir, f) | |
| if os.path.exists(p): | |
| tmap_high[f] = pd.read_csv(p) | |
| path = os.path.join(gold_dir, f) | |
| if os.path.exists(path): | |
| tmap_high[f] = pd.read_csv(path) |
| • Plots exp scatter vs TMAP8 dashed | ||
| • Calculates MAPE on overlapping atomic‑ratio range |
There was a problem hiding this comment.
| • Plots exp scatter vs TMAP8 dashed | |
| • Calculates MAPE on overlapping atomic‑ratio range | |
| - Plots exp scatter vs TMAP8 dashed | |
| - Calculates MAPE on overlapping atomic‑ratio range |
Co-authored-by: Pierre-Clement Simon <pierreclement.simon@gmail.com>
|
Job Precheck, step Format Check Clang on 7dee5d8 wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
Ref. #261
Reason
Design
Full range ZrCo PCT modelling capabilities
Impact
Full range ZrCo PCT modelling capabilities