sorgerlab / indra

INDRA (Integrated Network and Dynamical Reasoning Assembler) is an automated model assembly system interfacing with NLP systems and databases to collect knowledge, and through a process of assembly, produce causal graphs and dynamical models.
http://indra.bio
BSD 2-Clause "Simplified" License
171 stars 65 forks source link

Remove lib2to3 logging patch #1437

Closed bgyori closed 6 months ago

bgyori commented 6 months ago

This PR removes a logging configuration that was necessary to suppress verbose logging from lib2to3, at the time, a dependency of networkx, see old discussion at https://github.com/sorgerlab/indra/issues/188. In any case, this doesn't seem to be an issue anymore so the code can be removed.