add debug print

This commit is contained in:
Adeeb Shihadeh
2024-11-16 17:30:56 -08:00
parent 42325499e0
commit fd3fd7e714
+2
View File
@@ -154,3 +154,5 @@ if __name__ == "__main__":
if model in CONFIGS:
amp = Amplifier()
amp.initialize_configuration(model)
else:
print(f"Skipping, no config for {model}")