aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/globeop_reports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/globeop_reports.py b/python/globeop_reports.py
index a3428e5c..030d27ca 100644
--- a/python/globeop_reports.py
+++ b/python/globeop_reports.py
@@ -161,7 +161,7 @@ def hist_pos(asset_class="rmbs", dm=False):
d_1 = None
pos.append(rmbs_pos(d, d_1, dm))
else:
- pos.append(clo_pos(d), sort=True)
+ pos.append(clo_pos(d))
return pd.concat(pos)