-
Notifications
You must be signed in to change notification settings - Fork 38
Image comparison for testpackage outputs -> CI #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…reference_plots.yml
Image comparison workflow for generated plots - merging to prototype branch to get verification data generation workflows available
Get generate_reference_plots from master
Moved module loading and added environment activation for Python.
Add exit code logging to the test package script.
Log exit code after job completion in script
Made compare to use the latest verification set
Fixes to create_env.py
… failure during call as it is supposed to do that.
…ers inside call_replace as that's where it is needed although it could also be just removed and checked whether it is imported but if it already is imported it should not cause any issues so this should be fine
|
Okay so I thought adding to the end of the list would not change the run indexing but it does since I did not account for the fact that each run has 3 lists and for the indexing to not change the new call would need to be added to the last list it picks calls from... i.e gotta generate new verification set again |
… may be easier to find on github
this caused issue before with the call lists
pyproject.toml
Outdated
| ] | ||
| all = [ | ||
| "analysator[vtk]", | ||
| "opencv-python" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make this into a analysator[tests] optional dependency, explicitly
Hopefully it works(?)
…_workflow since it would make things easier for the older python
Universe is throwing signs for a holiday
might have issue if there exists both GCC and non GCC core version for same python version
This reverts commit 3d7fa81.
CI testing branch to be merged after propagating the actual testpackage to the test branch.