Skip to content

Commit

Permalink
Fixed bug in test
Browse files Browse the repository at this point in the history
JWock82 authored and JWock82 committed Feb 1, 2025
1 parent ebf24e3 commit 043dcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/test_Visualization.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ def setUp(self):

self.beam_model.add_section('Custom', 20, 100, 200, 150)

self.beam_model.add_member('M1', 'N1', 'N4', 'Steel', 'Custom')
self.beam_model.add_member('M1', 'N1', 'N5', 'Steel', 'Custom')

self.beam_model.add_member_dist_load('M1', 'Fy', -1, -1, case='D')

0 comments on commit 043dcfd

Please sign in to comment.