293 Remove default value for out_folder #319
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The problem here was that my path, in which the memilio folder was located, also contained the word memilio.
Previously, for the default value of `out_folder´, the absolute file path was splitted at the first appearance of 'memilio'.
The change makes it more flexible and allows higher subfolders to be named like "code_memilio" etc.
e.g. the default value for path .../code_memilio/memilio/.... would be .../code_/...
Closes #293
Closes #320
Closes #159
Merge Request - GuideLine Checklist
Guideline to check code before resolve WIP and approval, respectively.
As many checkboxes as possible should be ticked.
Checks by code author:
is present or referenced. Please provide your references.
Checks by code reviewer(s):