the-nuclear-confectionery / CCAKE

Conserved ChArges HydrodynamiK Evolution
https://the-nuclear-confectionery.github.io/ccake-site/
Other
2 stars 1 forks source link

Adding functionality that checks the input YAML file's keys #27

Closed ominusliticus closed 1 month ago

ominusliticus commented 2 months ago

The expected input keys are stored and used to compare against the keys found in the user-provided input YAML file. The Levenshtein distance algorithm is used to determine which of the expected key words is closest to the provided one, and recommended to the user as a correction.