Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Nov 22, 2024
1 parent 2990b71 commit 0c8265d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildingmotif/ingresses/semantic_graph_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(
logger.info(f"Adding templates from {len(libraries)} libraries")
for library in libraries:
self.sgs.add_templates_from_library(library)
logger.info(f"Added templates from {len(libraries)} libraries")

def graph(self, ns: Namespace) -> Graph:
g = Graph()
Expand Down

0 comments on commit 0c8265d

Please sign in to comment.