Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/test_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ def test_load_stiff_mass_different_location(mm, cube_solve, tmpdir):
assert all([each > 0 for each in k.shape])
assert all([each > 0 for each in m.shape])

# deleting temp files
for each_file in full_files:
os.remove(each_file)


def test_load_stiff_mass_as_array(mm, cube_solve):
k = mm.stiff(asarray=True)
Expand Down