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
I would remove all tests that test like the following:
Regex against string output of the modeler, where the model is created either by reading data from input files (optional) and the model, RSS, etc. is created by Extra-P's modeler
Reason for this is:
every time we change something in the modeler that leads to slightly different outputs all of these test will fail
Instead, we should have test that check the general capabilities of our methods using e.g. hardcoded models as strings.
The text was updated successfully, but these errors were encountered:
I would remove all tests that test like the following:
Reason for this is:
Instead, we should have test that check the general capabilities of our methods using e.g. hardcoded models as strings.
The text was updated successfully, but these errors were encountered: