mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 14:41:25 +00:00
remove debugging output from plots.py
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user