-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
KspacingMetalHandler
triggering on runs that don't use `KSPACIN…
…G` (#298) * rename ScanMetalHandler to KspacingMetalHandler and deprecate the old name * fix KspacingMetalHandler.check() returning True if KSPACING not set * add test_check_with_non_kspacing_wf for KspacingMetalHandler * add comment explaining reason for DENTET warning * fix ruff FBT003 Boolean positional value
- Loading branch information
Showing
5 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ NELMIN = 6 | |
NPAR = 1 | ||
NSW = 99 | ||
SIGMA = 0.05 | ||
SYMPREC = 1e-5 | ||
SYMPREC = 1e-5 |