Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: dss parsing of object names with '.' char #444

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 19, 2023

  1. FIX: dss parsing of object names with '.' char

    This fixes a bug where dss allows for '.' characters in the name of the object, but we were previously splitting on all '.' chars, causing us to drop part of the name in some cases.
    
    Resolves #441
    pseudocubic committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8915cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. FIX: scaling for pf_bf relaxation tests

    the sbase_scale_factor=1.0 was causing SCS solver problems, adjusted to 100.0
    pseudocubic committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3858b18 View commit details
    Browse the repository at this point in the history