Skip to content

Which branch to checkout? #1

@leoshine

Description

@leoshine

Dear authors,

I've tried master as well as mister-ed branch,
but there're always quit a few import, deprecating errors.
So I'm wondering is the code to date now?

For example:
In Experiment_1.ipynb

this will go wrong because there's no "from_polytope_dict" in polytope

from polytope import Polytope, from_polytope_dict

This will go wrong as shown in the following

t = incremental_GeoCert(lp_norm, network, x_0, ax, plot_dir)

geometric-certificates/utilities.py in comparison_form(A, b, tolerance)
78 b is a 1d numpy array of shape (m)
79 """
---> 80 raise DeprecationWarning("DON'T DO THIS OUTSIDE OF BATCH ")
81 m, n = A.shape
82 # First scale all constraints to have b = +-1, 0

DeprecationWarning: DON'T DO THIS OUTSIDE OF BATCH

Thanks.

Best,
Leo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions