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 ea227e5 commit e7fbea3Copy full SHA for e7fbea3
stagpy/config.py
@@ -89,7 +89,7 @@ class Scaling(Section):
89
90
91
@dataclass
92
-class Field(Section):
+class FieldSec(Section):
93
"""Field command."""
94
95
plot: Sequence[Sequence[Sequence[str]]] = _plots.entry(
@@ -125,7 +125,7 @@ class Field(Section):
125
126
127
128
-class Rprof(Section):
+class RprofSec(Section):
129
"""Rprof command."""
130
131
@@ -247,8 +247,8 @@ class Config(ConfigBase):
247
core: Core
248
plot: Plot
249
scaling: Scaling
250
- field: Field
251
- rprof: Rprof
+ field: FieldSec
+ rprof: RprofSec
252
time: Time
253
refstate: Refstate
254
plates: Plates
0 commit comments