fix: fixes format string in csv output for headers
All checks were successful
gitea-physics/deepdog/pipeline/pr-master This commit looks good
All checks were successful
gitea-physics/deepdog/pipeline/pr-master This commit looks good
This commit is contained in:
@@ -148,8 +148,8 @@ class BayesRunSimulPairs:
|
|||||||
self.csv_fields.extend(
|
self.csv_fields.extend(
|
||||||
[
|
[
|
||||||
f"dipole_moment_{i+1}",
|
f"dipole_moment_{i+1}",
|
||||||
"dipole_location_{i+1}",
|
f"dipole_location_{i+1}",
|
||||||
"dipole_frequency_{i+1}",
|
f"dipole_frequency_{i+1}",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
self.compensate_zeros = True
|
self.compensate_zeros = True
|
||||||
|
Reference in New Issue
Block a user