naobservatory / p2ra

4 stars 1 forks source link

Added mypy inline comments and fixed tuple mypy issue in plot_summaries.py #237

Closed simonleandergrimm closed 9 months ago

simonleandergrimm commented 9 months ago

@jeffkaufman I fixed the mypy issue for now by adding # type: ignore statements to the lines in plot_summaries.py that caused trouble. let me know if this is an adequate fix for now. Also pinging @dp-rice for awareness.

simonleandergrimm commented 9 months ago

@jeffkaufman I merged the commit made in this branch into a different branch (see #236), which I then merged with main (as it fixed the outstanding mypy issue that Dan told me to resolve before merging). Let me know if that was a premature decision.