Skip to content

Commit

Permalink
Removing checking for swig with crow (#2145)
Browse files Browse the repository at this point in the history
RAVEN will not build without swig, so checking for swig is unnecessary.
  • Loading branch information
joshua-cogliati-inl authored Jul 10, 2023
1 parent 6a23056 commit 9f4cdc5
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions tests/crow/tests
Original file line number Diff line number Diff line change
Expand Up @@ -3,102 +3,85 @@
type = 'CrowPython'
#python_command = python3
input = 'test_import.py'
requires_swig2 = True
[../]

[./test_utils]
type = 'CrowPython'
input = 'test_utils.py'
requires_swig2 = True
[../]

[./test_normal]
type = 'CrowPython'
input = 'test_normal.py'
requires_swig2 = True
[../]

[./test_laplace]
type = 'CrowPython'
input = 'test_laplace.py'
requires_swig2 = True
[../]

[./test_geometric]
type = 'CrowPython'
input = 'test_geometric.py'
requires_swig2 = True
[../]

[./test_svd]
type = 'CrowPython'
input = 'test_eigen_svd.py'
requires_swig2 = True
[../]

[./test_reduction]
type = 'CrowPython'
input = 'test_reduction.py'
requires_swig2 = True
[../]

[./test_pca_index]
type = 'CrowPython'
input = 'test_pca_index.py'
requires_swig2 = True
[../]

[./test_mvn_pca]
type = 'CrowPython'
input = 'test_mvn_pca.py'
requires_swig2 = True
[../]

[./test_inverseMarginalforPCA]
type = 'CrowPython'
input = 'test_inverseMarginalForPCA.py'
requires_swig2 = True
[../]

[./test_cellProbabilityWeight]
type = 'CrowPython'
input = 'test_cellProbabilityWeight.py'
requires_swig2 = True
[../]

[./test_marginalCdfForPCA]
type = 'CrowPython'
input = 'test_marginalCdfForPCA.py'
requires_swig2 = True
[../]

[./test_transformationMatrix]
type = 'CrowPython'
input = 'test_transformationMatrix.py'
requires_swig2 = True
[../]

[./test_svd_index]
type = 'CrowPython'
input = 'test_svd_index.py'
requires_swig2 = True
[../]

[./test_transformationMatrix_index]
type = 'CrowPython'
input = 'test_transformationMatrix_index.py'
requires_swig2 = True
[../]

[./test_inverse_transformationMatrix]
type = 'CrowPython'
input = 'test_inverse_transformation_matrix.py'
requires_swig2 = True
[../]

[./test_symmetric_psd]
type = 'CrowPython'
input = 'test_symmetric_psd.py'
requires_swig2 = True
[../]
[]

0 comments on commit 9f4cdc5

Please sign in to comment.