We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a1119 commit 3838262Copy full SHA for 3838262
tests/transformation_test.py
@@ -82,7 +82,7 @@ def full_system_time_response(full_system):
82
chirp_excitation_ordinate = np.array([chirp(time, 20, 1, 500), chirp(time, 20, 1, 500), chirp(time, 20, 1, 500)])
83
84
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)
+ time_response = full_system.time_integrate(chirp_excitation,{2:full_system.coordinate})
86
87
return time_response
88
0 commit comments