File tree 1 file changed +0
-60
lines changed
tests/test_optional/test_figure_factory
1 file changed +0
-60
lines changed Original file line number Diff line number Diff line change @@ -4108,66 +4108,6 @@ def test_scope_is_not_list(self):
4108
4108
scope = "foo" ,
4109
4109
)
4110
4110
4111
- def test_full_choropleth (self ):
4112
- fips = [1001 ]
4113
- values = [1 ]
4114
- fig = ff .create_choropleth (fips = fips , values = values , simplify_county = 1 )
4115
-
4116
- exp_fig_head = (
4117
- - 88.053375 ,
4118
- - 88.02916499999999 ,
4119
- - 88.02432999999999 ,
4120
- - 88.04504299999999 ,
4121
- - 88.053375 ,
4122
- np_nan (),
4123
- - 88.211209 ,
4124
- - 88.209999 ,
4125
- - 88.208733 ,
4126
- - 88.209559 ,
4127
- - 88.211209 ,
4128
- np_nan (),
4129
- - 88.22511999999999 ,
4130
- - 88.22128099999999 ,
4131
- - 88.218694 ,
4132
- - 88.22465299999999 ,
4133
- - 88.22511999999999 ,
4134
- np_nan (),
4135
- - 88.264659 ,
4136
- - 88.25782699999999 ,
4137
- - 88.25947 ,
4138
- - 88.255659 ,
4139
- - 88.264659 ,
4140
- np_nan (),
4141
- - 88.327302 ,
4142
- - 88.20146799999999 ,
4143
- - 88.141143 ,
4144
- - 88.124658 ,
4145
- - 88.074854 ,
4146
- - 88.12493599999999 ,
4147
- - 88.10665399999999 ,
4148
- - 88.149812 ,
4149
- - 88.327302 ,
4150
- np_nan (),
4151
- - 88.346745 ,
4152
- - 88.341235 ,
4153
- - 88.33288999999999 ,
4154
- - 88.346823 ,
4155
- - 88.346745 ,
4156
- np_nan (),
4157
- - 88.473227 ,
4158
- - 88.097888 ,
4159
- - 88.154617 ,
4160
- - 88.20295899999999 ,
4161
- - 85.605165 ,
4162
- - 85.18440000000001 ,
4163
- - 85.12218899999999 ,
4164
- - 85.142567 ,
4165
- - 85.113329 ,
4166
- - 85.10533699999999 ,
4167
- )
4168
-
4169
- self .assertEqual (fig ["data" ][2 ]["x" ][:50 ], exp_fig_head )
4170
-
4171
4111
4172
4112
class TestQuiver (TestCaseNoTemplate ):
4173
4113
def test_scaleratio_param (self ):
You can’t perform that action at this time.
0 commit comments