Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SCiarella committed Jan 15, 2025
1 parent 0ce2098 commit 2ee1058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ext/NavierStokes/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Reads a YAML configuration file and returns the parsed content as a dictionary.
"""
function read_config(filename)
conf = YAML.load_file(filename)
print(conf)
return conf
end

Expand Down
2 changes: 1 addition & 1 deletion simulations/Benchmark/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ doplot() = true

########################################################################## #src

# ## Configure logger
# ## Configure logger ``

using Benchmark
using Dates
Expand Down

0 comments on commit 2ee1058

Please sign in to comment.