Skip to content

Commit

Permalink
revert change to line not covered in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-kamath committed Mar 3, 2021
1 parent 10db351 commit 9341947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,4 +860,4 @@ def __repr__(self):
grid_type = 'density'
else:
grid_type = 'histogram'
return f"<Density {grid_type} with {self.grid.shape} bins>"
return '<Density ' + grid_type + ' with ' + str(self.grid.shape) + ' bins>'

0 comments on commit 9341947

Please sign in to comment.