Yh cyber windowed blending sampler - #53
Conversation
Coverage Report for CI Build 32797978609Coverage increased (+1.0%) to 97.822%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
KurbyDoo
left a comment
There was a problem hiding this comment.
overall the structure looks good, just some things to clean up function boundaries and make testing easier
|
I have a fix for the script error? Could you take a look #54 |
…d pytest-mocker to project dependencies
… yh-cyber-windowed-blending-sampler
|
I've implemented all changes! |
KurbyDoo
left a comment
There was a problem hiding this comment.
Right now the windows are dependent on the region which is fine for now, later we will work to make them independent of the requested region and instead based on a global coordinate space. I'll make tickets for that later
KurbyDoo
left a comment
There was a problem hiding this comment.
thanks for addressing my comments, looks good to merge after this
| window_size = 3 | ||
| step = 2 | ||
|
|
||
| pipeline.generate.side_effect = lambda patch: patch |
There was a problem hiding this comment.
Can you mock the function to return something more human readable. Right now this test just makes noise, its hard to tell how the output is affected, instead can you just make it return constant 1s?
| The step is smaller than the window, which is what makes them overlap. | ||
| If window_size does not divide evenly, throws an assertion error.""" | ||
|
|
||
| assert region_height % window_size == 0 |
There was a problem hiding this comment.
Sorry, replace with step not window size
…om/cssu/terrain-diffusion into yh-cyber-windowed-blending-sampler
|
np, thnx. once you take a look and resolve the conversations, ill squash and merge. |
Summary
Validation
scripts/quality-check.shpasses locally/testcommands were run and are passing (e.g./test gpu)Checklist
Additional Comments
I think there might be something wrong with scripts/quality-check.sh for me.
This is what I got when I ran scripts/quality-check.sh