SimpleTask feature#218
Conversation
|
@nakul680 Searching for |
29019e7 to
790a499
Compare
10f331e to
9fa47b5
Compare
…rs for easier access to attributes
… and MethodSettings
|
Latest changes:
|
…ed for method settings and task settings
haneug
left a comment
There was a problem hiding this comment.
My question from this round would be: Is it possible to add something to the input object of the Task? Lets say I want to add a specific simple keyword can I do that?
yes i fixed the issue with the input object being newly initialized every time, so now it should be possible |
I tried to use it but the input was just empty for me. Also I think using |
haneug
left a comment
There was a problem hiding this comment.
Nice additions, the input does not work for me yet. Could you add an example? Just request the Hirshfeld charges in the singlepoint via AtomicCharge.HIRSHFELD.
I also had some things that I believe need some more explanations in the simplekeyword setup.
__or__( ) makes more sense and communicates intent of operator better since it is meant to merge rather than concatenate.
There are not required anymore since the inheritance scheme of the SimpleKeywordBox classes has been changed
…s as list of strings
…bject. Add example to showcase how the user can modify the input_object directly in a simple task ,a long with unit tests that user-changes to input object persist
Closes Issues
Closes #
...
Description
TaskParamsandTaskclassesRelease Notes
(Project adheres to Keep a Changelog; Every entry should start in upper-case and end with
(#<pr-id>); Remove sections that don't apply)Added
Changed