blade_match #11
Unanswered
rodgersjuan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello ! So the argument of BladeMatch is not file path but the dictionary of options in the parablade configuration file. Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Small clarification, because this isn't very obvious, there is a config.py file which contains a ReadUserInput(path_to_file) function to parse the config files given as example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to run the blade_match in 2D
I've copied the config files from the examples to get a feel of how it works but I keep getting
" self.NDIM = int(self.IN["NDIM"][0])
TypeError: string indices must be integers"
my code is this:
my_blade = BladeMatch(filepath of config file)
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions