Skip to content

Commit

Permalink
MInor for HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Dec 30, 2024
1 parent ea171ac commit 375d7cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/hdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ add_library(hdf_tests "hdf_tests.cpp")
target_link_libraries(hdf_tests
hdf_test_fortran
GTest::gtest
)
)

include_directories(${HDF5_INCLUDE_DIRS})
4 changes: 3 additions & 1 deletion test/pyWrapper/test_full_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ def test_sphere(tmp_path):
assert len(electric_field_movie_files) == 3
p = Probe(electric_field_movie_files[0])
assert p.type == 'movie'


@no_hdf_skip
@pytest.mark.hdf
def test_movie_in_planewave_in_box(tmp_path):
fn = CASE_FOLDER + 'planewave/pw-in-box-with-movie.fdtd.json'
solver = FDTD(fn, path_to_exe=SEMBA_EXE, run_in_folder=tmp_path)
Expand Down

0 comments on commit 375d7cc

Please sign in to comment.