Adds docstring for parameter class and some refactors#358
Adds docstring for parameter class and some refactors#358StephenNneji merged 7 commits intoRascalSoftware:masterfrom
Conversation
7fa8bf8 to
39b0b8c
Compare
DrPaulSharp
left a comment
There was a problem hiding this comment.
This looks great, just a bit of tidying up to do.
Also, is there any point in retaining the setValues, setLimits, etc methods in parametersClass since they're not called and we don't recommend using them?
I will leave them in as non-keyword alternatives for making changes in the |
DrPaulSharp
left a comment
There was a problem hiding this comment.
looks good, just some mu and sigma comments to update.
402363b to
02605b6
Compare
Refactors the
projectClassto reduces the number of lines in the file. Breaks out the parameter methods in the file into a mixin class. Removes non-keyword set method such assetParameterValueto unify with other properties like Bulk-in.