dorimedini / robustness_properties

GLOBIGLOBIGLOBI
0 stars 0 forks source link

Model analyze #50

Closed noamloya closed 5 years ago

noamloya commented 5 years ago

Created the static class model analyze and moved analysis methods into it.

dorimedini commented 5 years ago

Also please squash the first 6 commits into one, they're the same feature right? Just with edits?

To do that, when on your model_analyze branch, do:

git rebase -i HEAD~10

You should see a list of the last 10 commits prefixed by the word pick. Change pick to f (fixup) on the five commits dfeffc5,...,0a2b557, they'll be squashed into the first one. Should be prettier