Closed thelampire closed 5 years ago
If the beginning of an option matches part of another option, it gives an error. E.g.. Separatrix X and Separatrix XY
The error message is coming from line 182 of config.py raise ValueError("Input option key '"+input_key+"' matches multiple possible options.")
I am going to fix this soon.
Closed: Seems to be a feature, not a bug. I don't think it is a good feature, but I have to work with that I guess.
If the beginning of an option matches part of another option, it gives an error. E.g.. Separatrix X and Separatrix XY
The error message is coming from line 182 of config.py raise ValueError("Input option key '"+input_key+"' matches multiple possible options.")