Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 19, 2024
1 parent 3e18a96 commit 7d615c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strahl-lib/src/path-tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ async function runPathTracer(

const TZA_URL = "./oidn-weights/rt_ldr.tza";
const unet = await initUNetFromURL(TZA_URL);
const denoisedImageData = await denoise(unet, uint8Array, {
await denoise(unet, uint8Array, {
width,
height,
});
Expand Down

0 comments on commit 7d615c2

Please sign in to comment.