Skip to content

Commit c46037e

Browse files
Merge pull request #213 from ChevronETC/wask/mpi-tests
set of passing tests for mpi 2 ranks
2 parents 009c054 + 1c386ce commit c46037e

File tree

5 files changed

+89
-1174
lines changed

5 files changed

+89
-1174
lines changed

test/devitoprotests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ end
167167
@testset "FloatX convert" for DT (FloatX8, FloatX16)
168168
dtype = DT(1.5f0, 4.5f0)
169169
a = dtype(1.5f0)
170-
@test Base.convert(DT,1.5f0) == a
170+
@test Base.convert(typeof(a),1.5f0) == a
171171
@test Base.convert(Float32,a) 1.5f0
172172
end
173173

0 commit comments

Comments
 (0)