Skip to content

Commit

Permalink
pnn is not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 18, 2023
1 parent c79edd2 commit dd963f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jarvis_coeus/jarvis_coeus/io_comp/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def configure(self, **kwargs):
self.adios2_xml_path)
elif self.config['engine'].lower() == 'hermes':
replacements = [
('PPN', ppn),
('PPN', f'{ppn}'),
('VARFILE', f'{self.pkg_dir}/config/var.yaml'),
('OPFILE', f'{self.pkg_dir}/config/operator.yaml'),
('DBFILE', self.config['db_path']),
Expand Down

0 comments on commit dd963f2

Please sign in to comment.