File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ fix: add test scenario for bug 584
Original file line number Diff line number Diff line change @@ -213,6 +213,8 @@ def test_read_keyword_no_defaults():
213
213
def test_boundary_prescribed_motion_set (ref_string ):
214
214
b = kwd .BoundaryPrescribedMotionSet ()
215
215
assert b .write () == ref_string .test_boundary_prescribed_motion_set
216
+ b .loads (ref_string .test_boundary_prescribed_motion_set2 )
217
+ assert b .lcid == 100
216
218
217
219
218
220
@pytest .mark .keywords
Original file line number Diff line number Diff line change 202
202
test_boundary_prescribed_motion_set = """*BOUNDARY_PRESCRIBED_MOTION_SET
203
203
$# nsid dof vad lcid sf vid death birth
204
204
0 0 1.0 1e+28 0.0"""
205
+
206
+ test_boundary_prescribed_motion_set2 = """*BOUNDARY_PRESCRIBED_MOTION_SET
207
+ 100 1 2 100 0.0 0 2.0 0.0"""
205
208
206
209
test_constrained_beam_in_solid = """*CONSTRAINED_BEAM_IN_SOLID
207
210
$# bside ssid bstyp sstyp unused unused ncoup cdir
You can’t perform that action at this time.
0 commit comments