Skip to content

Integration: mark planar7/11 as unbroken#2758

Merged
wsmoses merged 1 commit intomainfrom
bij
Nov 9, 2025
Merged

Integration: mark planar7/11 as unbroken#2758
wsmoses merged 1 commit intomainfrom
bij

Conversation

@wsmoses
Copy link
Member

@wsmoses wsmoses commented Nov 9, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/integration/Bijectors/runtests.jl b/test/integration/Bijectors/runtests.jl
index 29bc8fef..744f2f99 100644
--- a/test/integration/Bijectors/runtests.jl
+++ b/test/integration/Bijectors/runtests.jl
@@ -189,7 +189,7 @@ end
                 return Bijectors.logpdf(flow.dist, x) - Bijectors.logabsdetjac(flow.transform, x)
             end,
             randn(rng, 7);
-            name="PlanarLayer7"
+            name = "PlanarLayer7"
         ),
 
         TestCase(
@@ -200,7 +200,7 @@ end
                 return sum(Bijectors.logpdf(flow.dist, x) - Bijectors.logabsdetjac(flow.transform, x))
             end,
             randn(rng, 11);
-            name="PlanarLayer11"
+            name = "PlanarLayer11"
         ),
     ]
 

@wsmoses wsmoses merged commit 1577937 into main Nov 9, 2025
17 of 20 checks passed
@wsmoses wsmoses deleted the bij branch November 9, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant