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 ced3f11 commit a57b2c8Copy full SHA for a57b2c8
examples/derive_planar_pcs.py
@@ -12,5 +12,5 @@
12
/ f"planar_pcs_ns-{NUM_SEGMENTS}.dill"
13
)
14
symbolically_derive_planar_pcs_model(
15
- num_segments=NUM_SEGMENTS, filepath=sym_exp_filepath, simplify_expressions=True
+ num_segments=NUM_SEGMENTS, filepath=sym_exp_filepath, simplify_expressions=True if NUM_SEGMENTS < 3 else False
16
0 commit comments