Skip to content

Commit 5818695

Browse files
committed
change default 'NA' to empty.
1 parent a91f707 commit 5818695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/test/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_impact_pass(self):
111111
ifc2 = ImpactFreqCurve()
112112
ifc2.return_per = ifc.return_per
113113
ifc2.impact = 1.5e11 * np.ones(ifc2.return_per.size)
114-
ifc2.unit = 'NA'
114+
ifc2.unit = ''
115115
ifc2.label = 'prove'
116116
ifc.plot_compare(ifc2)
117117

0 commit comments

Comments
 (0)