1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

remove debugging output from plots.py

This commit is contained in:
Anson 2021-09-16 11:18:30 -07:00
parent 24deffab36
commit 33ebdabc07

View File

@ -1,10 +1,6 @@
import matplotlib.pyplot as plt
import pandas as pd
from pathlib import Path
for path in Path(".").iterdir():
print(path)
plt.style.use("ggplot")