GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
41 stars 27 forks source link

Add a boolean to control the preprocessing method #31

Closed TolisChal closed 2 years ago

TolisChal commented 2 years ago

This PR adds a boolean member variable in PolytopeSampler class of dingo. The variable controls if dingo removes the redundant facets in the preprocess or not. The default value is

self._parameters["remove_redundant_facets"] = True.