We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3617d11 commit e543785Copy full SHA for e543785
1 file changed
src/bonsai/test/tool/test_model.py
@@ -179,14 +179,14 @@ def test_run(self):
179
# zero-width first tread
180
pset_data = pset_data_base.copy()
181
calculated_data = calculated_data_base.copy()
182
- pset_data["custom_first_last_tread_run"] = (0.0, 0.0)
+ pset_data["custom_first_last_tread_run"] = (0.0, None)
183
calculated_data["Length"] = 0.9 # Only 3 treads at 0.3 each
184
self.compare_data(pset_data, calculated_data)
185
186
# zero-width last tread
187
188
189
- pset_data["custom_first_last_tread_run"] = (0.3, 0.0)
+ pset_data["custom_first_last_tread_run"] = (None, 0.0)
190
191
192
0 commit comments