Skip to content

Commit

Permalink
Merge pull request #19 from NREL/plotBorder
Browse files Browse the repository at this point in the history
Fix plotting
  • Loading branch information
malihass authored Jan 27, 2024
2 parents 2e246a2 + 75bd70a commit 3fb0675
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Located in `pinn_spm_param`
Results may vary depending on your initial seed, but after step 3., `pinn_spm_param/postProcess/Figures` folder will contain (among other images) movies of the predicted solution. Left panel shows correlation between the PDE and the PINN solution, middle panel shows the time history of the predicted radial dependent Li concentration in each electrode as training advances, right panel shows the time history of the predicted electrolyte and cathode potentials as training advances.

<p float="left">
<img src="assets/corr_0.5_1.gif" width="250"/>
<img src="assets/cs2D_0.5_1.gif" width="350"/>
<img src="assets/phi_0.5_1.gif" width="350"/>
<img src="assets/corr_0.5_1.gif" width="175"/>
<img src="assets/cs2D_0.5_1.gif" width="265"/>
<img src="assets/phi_0.5_1.gif" width="240"/>
</p>

Consider looking at the test suite in `pinn_spm_param/tests`, `BayesianCalibration_spm/exec_test.sh`, and `.github/workflows/ci.yml` to understand how to use the code
Expand Down
Binary file modified assets/cs2D_0.5_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow
prettyPlot>=0.0.22
prettyPlot>=0.0.23
pandas
corner
tf2jax
Expand Down

0 comments on commit 3fb0675

Please sign in to comment.