Skip to content

Commit

Permalink
fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Oct 30, 2024
1 parent 0d01cc7 commit b209365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls4ml/backends/fpga/passes/hgq_proxy_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self):

def format(self, node):
params = self._default_function_params(node)
namespace = node.model.config.get_writer_config.get('Namespace', None) or 'nnet'
namespace = node.model.config.writer_config.get('Namespace', None) or 'nnet'
params['namespace'] = namespace

return self.template.format(**params)
Expand Down

0 comments on commit b209365

Please sign in to comment.