Skip to content

Commit

Permalink
Update scheil/simulate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund authored Jul 19, 2024
1 parent 60b673a commit 7246d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheil/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def simulate_scheil_solidification(dbf, comps, phases, composition,
pdens = eq_kwargs['calc_opts'].get('pdens', 50)
# Assume no phase_local_conditions, this is probably okay since there's no option to add additional conditions here
# And I don't think it would make too much sense to have phase local conditions for scheil/eq solidification anyways
points_dict[phase_name] = _sample_phase_constitution(mod, point_sample, True, pdens=pdens, phase_local_conditions = {})
points_dict[phase_name] = _sample_phase_constitution(mod, point_sample, True, pdens=pdens, phase_local_conditions={})
eq_kwargs['calc_opts']['points'] = points_dict
if verbose:
print('done')
Expand Down

0 comments on commit 7246d9d

Please sign in to comment.