diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/cs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/collateral/cs.py b/python/collateral/cs.py index 8e673f94..47eb62e2 100644 --- a/python/collateral/cs.py +++ b/python/collateral/cs.py @@ -91,6 +91,5 @@ def collateral(d, dawn_trades, *args): }, ignore_index=True, ) - breakpoint() df["date"] = d return df.set_index("Strategy") |
