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
Is your feature request related to a problem? Please describe.
Currently it is rather complicated to trace which settings are used where and which combinations cause which behaviour.
Describe the solution you'd like
There should be a workflow, that tests two things:
If you change a setting, it is actually passed on to the executing functions and changes the result. This can potentially be automated by changing each setting to it's min and max value based on the default settings. Both have to be different from the default result and different from one another.
Which workflows are valid and and which ones crash. For the major workflow steps all combinations of selecting or unselecting them should be iterated autoamtically and they should either raise appropriate errors or run through smoothly.
All of this could be done on a very minimal dataset (e.g. two short gradient files).
The text was updated successfully, but these errors were encountered:
The idea at that time was to screen through all parameters for some test sets and define sane min max values - and also find out what makes things slow w/o having a performance gain.
Is your feature request related to a problem? Please describe.
Currently it is rather complicated to trace which settings are used where and which combinations cause which behaviour.
Describe the solution you'd like
There should be a workflow, that tests two things:
All of this could be done on a very minimal dataset (e.g. two short gradient files).
The text was updated successfully, but these errors were encountered: