You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you create an alias, you can't access it through the alias name methods of the config object.
To Reproduce
Steps to reproduce the behavior:
Assuming you've set up a config object with MUTATION_RATE with an alias MUTATION_RATE_ALIAS (as in the current test setup), attempting to then access the alias value throws error, i.e. by adding this line to the test file:
REQUIRE(config.MUTATION_RATE_ALIAS() > 0.098);
Expected behavior
Alias method should return value associated with it.
Toolchain (please complete the following information):
Describe the bug
When you create an alias, you can't access it through the alias name methods of the config object.
To Reproduce
Steps to reproduce the behavior:
Assuming you've set up a config object with MUTATION_RATE with an alias MUTATION_RATE_ALIAS (as in the current test setup), attempting to then access the alias value throws error, i.e. by adding this line to the test file:
REQUIRE(config.MUTATION_RATE_ALIAS() > 0.098);
Expected behavior
Alias method should return value associated with it.
Toolchain (please complete the following information):
H/T to @K-Johnson-Horrigan for finding issue
The text was updated successfully, but these errors were encountered: