We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f73fd7 commit 0a9c2b8Copy full SHA for 0a9c2b8
scripts/solve_inertial_param_sdp.py
@@ -639,7 +639,8 @@ def main():
639
# Transform from affine `tau = W * params + w0` into linear `(tau - w0) = W * params`
640
tau_data -= w0_data
641
642
- if not args.keep_unidentifiable_params:
+ # All parameters are identifiable when only identifying the payload parameters
643
+ if not args.keep_unidentifiable_params and not payload_only:
644
# Load base parameter mapping
645
base_param_mapping = None
646
if base_param_mapping_path is not None:
0 commit comments