Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Feb 24, 2025
1 parent 1debdcf commit f69bb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/data/write_init_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
##############

def write_init_files(cap_database, ic_names, registry_constituents, vars_init_value,
outdir,
file_find_func, source_paths, indent, logger,
outdir, file_find_func, source_paths, indent, logger,
phys_check_filename=None, phys_input_filename=None):

"""
Expand Down
2 changes: 1 addition & 1 deletion test/unit/python/test_write_init_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_simple_initial_value_write_init(self):
cap_database = capgen(run_env, return_db=True)

# Generate physics initialization files:
retmsg = write_init.write_init_files(cap_database, ic_names, [], ["air_pressure_at_sea_level"], _TMP_DIR,
retmsg = write_init.write_init_files(cap_database, ic_names, [], vars_init_value, _TMP_DIR,
find_file, _INC_SEARCH_DIRS,
3, logger,
phys_check_filename=vic_name,
Expand Down

0 comments on commit f69bb22

Please sign in to comment.