Skip to content

Commit

Permalink
Update test_tbrom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpetre committed Jun 28, 2024
1 parent b0c3b93 commit 271d359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/evaluate/test_tbrom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,4 +1297,5 @@ def test_tbrom_tensor_field(self):
model_filepath = TEST_TB_ROM_TENSOR
twinmodel = TwinModel(model_filepath=model_filepath) # instantiation should be fine without points
tbrom1 = twinmodel._tbroms[twinmodel.tbrom_names[0]]
print(tbrom1._outdim)
assert tbrom1._outdim is 6

0 comments on commit 271d359

Please sign in to comment.