stephenslab / dsc

Repo for Dynamic Statistical Comparisons project
https://stephenslab.github.io/dsc-wiki
MIT License
12 stars 12 forks source link

Handle parameter name conflict with Python keywords #201

Open gaow opened 4 years ago

gaow commented 4 years ago

eg. a module parameter lambda is going to trigger an error message because it conflicts wiht Python s labmda function. Instead of disallowing users to use parameters like this I'll try support it while avoiding the conflict.