File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3737 it { is_expected . to eq ( result ) }
3838 end
3939
40- describe ".hex_area_km2" do
41- let ( :resolution ) { 2 }
42- let ( :result ) { 86801.7803989972 }
40+ # describe ".hex_area_km2" do
41+ # let(:resolution) { 2 }
42+ # let(:result) { 86801.7803989972 }
4343
44- subject ( :hex_area_km2 ) { H3 . hex_area_km2 ( resolution ) }
44+ # subject(:hex_area_km2) { H3.hex_area_km2(resolution) }
4545
46- it { is_expected . to eq ( result ) }
47- end
46+ # it { is_expected.to eq(result) }
47+ # end
4848
49- describe ".hex_area_m2" do
50- let ( :resolution ) { 2 }
51- let ( :result ) { 86801780398.99731 }
49+ # describe ".hex_area_m2" do
50+ # let(:resolution) { 2 }
51+ # let(:result) { 86801780398.99731 }
5252
53- subject ( :hex_area_m2 ) { H3 . hex_area_m2 ( resolution ) }
53+ # subject(:hex_area_m2) { H3.hex_area_m2(resolution) }
5454
55- it { is_expected . to eq ( result ) }
56- end
55+ # it { is_expected.to eq(result) }
56+ # end
5757
5858 describe ".edge_length_km" do
5959 let ( :resolution ) { 2 }
You can’t perform that action at this time.
0 commit comments