Merge branch 'feat/db-hide-compact-config' into 'main'

Hiding compact config from tests

See merge request bec/pxiii_bec!11
This commit was merged in pull request #12.
This commit is contained in:
2024-06-07 16:22:57 +02:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ def MigrateYamlFile(filein, fileout):
# Automatically start simulation if directly invoked
if __name__ == "__main__":
MigrateYamlFile("./x06da_compact.yml", "x06da_device_config.yaml")
MigrateYamlFile("./x06da_compact.lmay", "x06da_device_config.yaml")