Skip to content

Commit

Permalink
remove left over cumulative_mask
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Aug 28, 2024
1 parent a539f72 commit 6e5eda3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fairchem/core/common/relaxation/ml_relaxation.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def ml_relax(
trainer=model,
transform=transform,
mask_converged=mask_converged,
cumulative_mask=cumulative_mask,
hydrostatic_strain=relax_volume,
)
else:
Expand All @@ -78,7 +77,6 @@ def ml_relax(
trainer=model,
transform=transform,
mask_converged=mask_converged,
cumulative_mask=cumulative_mask,
)

# Run ML-based relaxation
Expand Down

0 comments on commit 6e5eda3

Please sign in to comment.