test: add mock data for ML task
Add files to be used as mock data for the ML task (#21)
inputs/mock_internal_ends.txt
inputs/mock_real_ends.txt
Fixes #26 (closed)
Merge request reports
Activity
requested review from @kanitz
assigned to @kanitz
@zavolan Would be good to link to the actual issue in the description. It wasn't obvious to me what issue the "ML task" is. And having these connections between issues and merge requests is really useful. You can use the
#
and!
characters followed by a number to easily link to issues and merge requests, respectively.You can also automatically close an open issue with a PR if you add a line that says:
Fixes #[commit_number]
I have already added this here.
Finally, if you open a PR and it's ready for review, don't use "WIP" or "Draft:", because it's kinda the convention that merge requests called like that are NOT ready for review, so it gives a mixed signal. I don't think there is much use for adding these in the first place: if you are ready for review, just assign someone.
Edited by Alex KanitzRebased and ready for merge @kanitz