Skip to content

Commit 6392627

Browse files
kshitij-mathsndem0
authored andcommitted
tests: plugging parallel tests
1 parent 8d1bb83 commit 6392627

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import pytest
2+
import ezyrb
3+
from ezyrb.parallel import ReducedOrderModel as ParallelROM
4+
5+
ezyrb.ReducedOrderModel = ParallelROM
6+
7+
from tests.test_aggregation import TestAggregation
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
import ezyrb
3+
import torch
4+
from ezyrb.parallel import ReducedOrderModel as ParallelROM
5+
6+
ezyrb.ReducedOrderModel = ParallelROM
7+
8+
from tests.test_automatic_shift import TestAutomaticShiftSnapshots
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import pytest
2+
import ezyrb.parallel
3+
import ezyrb.plugin.database_splitter
4+
5+
from tests.test_database_splitter import TestDatabaseSplitter, TestDatabaseDictionarySplitter

0 commit comments

Comments
 (0)