Skip to content

Commit

Permalink
Update test_linear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 authored Nov 15, 2023
1 parent 063013c commit 44cea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from unittest import TestCase
from ezyrb import Linear, Database, POD, ReducedOrderModel

class TestKNeighbors(TestCase):
class TestLinear(TestCase):
def test_params(self):
reg = Linear(fill_value=0)
assert reg.fill_value == 0
Expand Down

0 comments on commit 44cea1d

Please sign in to comment.