fusion-flap / flap

Fusion Library of Analysis Programs
MIT License
11 stars 5 forks source link

Config merge ambiguity problem #24

Closed thelampire closed 5 years ago

thelampire commented 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.")

thelampire commented 5 years ago

I am going to fix this soon.

thelampire commented 5 years ago

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.