We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9c95 commit edfb058Copy full SHA for edfb058
src/murfey/util/config.py
@@ -67,7 +67,8 @@ class MachineConfig(BaseModel, extra=Extra.allow): # type: ignore
67
flip_gain: Literal["x", "y", ""] = Field(
68
default="",
69
description=(
70
- "State if the gain reference needs to be flipped along a specific axis."
+ "State if the gain reference needs to be flipped along a specific axis. "
71
+ "Options are 'x', 'y', or ''."
72
),
73
# NOTE: This is a placeholder for a key that will be implemented in the future
74
)
0 commit comments