farhat-lab / gentb-site

The genTB project, the Django site, variant calling and prediciton pipeline, and mapping pipeline with hooks to two ravens
https://gentb.hms.harvard.edu
Other
8 stars 11 forks source link

(bugfix): update `plt.close` to be a function call #260

Open vladdoster opened 2 years ago

vladdoster commented 2 years ago

Updated to be matplotlib.pyplot.close(fig=None)

Relevant documentation

vladdoster commented 2 years ago

@mahafarhat Is this possible to merge, or can I fix something to get to a mergeable state?

doctormo commented 2 years ago

The change is reasonable.