Skip to content

Commit

Permalink
- quick proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
amr8004 authored and amkrajewski committed Apr 30, 2024
1 parent 558a7ae commit d2db39a
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 152 deletions.
460 changes: 309 additions & 151 deletions examples/02.AdditiveManufacturingPathPlanning.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/myPycalphadCallable.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
default_conds={v.P: 101325, v.N: 1.0}

# A neat callable for the equilibrium calculation that we will pass to the parallel graph exploration
def quilibrium_callable(elP):
def equilibrium_callable(elP):
# Round to 6 decimal places, but make sure that 0.0 is not rounded to 0.0. pyCalphad will not like
# if the components are exactly 0 or sum to exactly 1 in the equilibrium calculation for reasons
# that are beyond the scope of this tutorial.
Expand Down

0 comments on commit d2db39a

Please sign in to comment.