Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Sep 4, 2024
1 parent 2490c38 commit 548655a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/test/t_OrthogonalProductFunctionFactory_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@
productBasisMarginal = productBasis.getMarginal([0, 2, 4])
for i in range(20):
function = productBasisMarginal.build(i)

1 change: 0 additions & 1 deletion python/test/t_OrthogonalProductPolynomialFactory_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@
productBasisMarginal = productBasis.getMarginal([0, 2, 4])
for i in range(20):
function = productBasisMarginal.build(i)

0 comments on commit 548655a

Please sign in to comment.