Skip to content

Commit 3838262

Browse files
committed
Fix failing test.
1 parent f2a1119 commit 3838262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transformation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def full_system_time_response(full_system):
8282
chirp_excitation_ordinate = np.array([chirp(time, 20, 1, 500), chirp(time, 20, 1, 500), chirp(time, 20, 1, 500)])
8383

8484
chirp_excitation = sdpy.data_array(sdpy.data.FunctionTypes.TIME_RESPONSE, time, chirp_excitation_ordinate, external_node_coordinate[...,np.newaxis])
85-
time_response, _ = full_system.time_integrate(chirp_excitation)
85+
time_response = full_system.time_integrate(chirp_excitation,{2:full_system.coordinate})
8686

8787
return time_response
8888

0 commit comments

Comments
 (0)