| LOW | test/node/reducers/vis-state-test.js | 2787 | function testSetFilterDynamicDomainGPU(t, setFilter) { |
| LOW | test/node/reducers/vis-state-test.js | 6133 | function mockStateWithFilterAndIntervalBasedAnimationLayer() { |
| LOW | test/helpers/mock-state.js | 145 | function mockStateWithLayerCustomColorBreaksLegends() { |
| LOW | test/helpers/mock-state.js | 205 | function mockStateWithSyncedTimeFilter() { |
| LOW | test/helpers/mock-state.js | 319 | export function mockStateWithArcNeighbors(state) { |
| LOW | test/helpers/mock-state.js | 372 | function mockStateWithMultiFilters() { |
| LOW | test/helpers/mock-state.js | 556 | export function mockStateWithLayerDimensions(state) { |
| LOW | test/helpers/mock-state.js | 626 | function mockStateWithCustomMapStyle(customType = 'LOCAL') { |
| LOW | test/helpers/mock-state.js | 693 | function mockStateWithTooltipFormat() { |
| LOW | test/helpers/mock-state.js | 724 | function mockStateWithGeocoderDataset() { |
| LOW | test/helpers/mock-state.js | 770 | function mockStateWithLayerStyling() { |
| LOW | test/helpers/mock-state.js | 1225 | export function stateWithTimeFilterAndTripLayer() { |
| LOW | test/helpers/mock-state.js | 1231 | export function stateWithTimeFilterSyncedWithTripLayer() { |
| LOW | test/helpers/component-utils.js | 33 | export function mockHTMLElementClientSize(prop, value) { |
| LOW | test/helpers/mock-state-utils.js | 39 | export function applyExistingDatasetTasks(reducer, initialState) { |
| LOW | test/helpers/layer-utils.js | 51 | export function testCreateLayerFromConfig(t, tc, LayerClasses = KeplerLayerClasses) { |
| LOW | examples/demo-app/src/actions.js | 40 | export function loadRemoteResourceSuccess(response, config, options, remoteDatasetConfig) { |
| LOW | examples/demo-app/src/actions.js | 50 | export function loadRemoteDatasetProcessedSuccessAction(result) { |
| LOW | …/src/cloud-providers/foursquare/foursquare-provider.js | 57 | function extractMapFromFSQResponse(response) { |
| LOW | examples/demo-app/src/reducers/index.js | 128 | async function loadRemoteResourceSuccessTask({ |
| LOW | bindings/python/keplergl/serializers.py | 106 | def _serialize_dataframe_arrow(df: pd.DataFrame, name: str) -> dict: |
| LOW | bindings/python/keplergl/_html_export.py | 110 | def _serialize_datasets_for_html(data: dict, json_encoder=str) -> str: |
| LOW | bindings/python/tests/test_serializers.py | 330 | def test_serialize_dataframe_arrow_default_off(self, sample_df): |
| LOW | bindings/python/tests/test_serializers.py | 337 | def test_serialize_geodataframe_ignores_use_arrow(self, sample_gdf): |
| LOW | bindings/python/tests/test_serializers.py | 346 | def test_serialize_unsupported_type(self): |
| LOW | bindings/python/tests/test_serializers.py | 351 | def test_serialize_empty_dataframe(self): |
| LOW | bindings/python/tests/test_serializers.py | 359 | def test_serialize_single_row_dataframe(self): |
| LOW | bindings/python/tests/test_serializers.py | 366 | def test_serialize_dataframe_with_various_dtypes(self): |
| LOW | bindings/python/tests/test_serializers.py | 23 | def test_serialize_dataframe_with_cities(self): |
| LOW | bindings/python/tests/test_serializers.py | 39 | def test_serialize_dataframe_with_hex_data(self): |
| LOW | bindings/python/tests/test_serializers.py | 56 | def test_serialize_dataframe_with_nan_filled(self): |
| LOW | bindings/python/tests/test_serializers.py | 71 | def test_serialize_geodataframe(self, sample_gdf): |
| LOW | bindings/python/tests/test_serializers.py | 77 | def test_serialize_geodataframe_with_timestamp(self): |
| LOW | bindings/python/tests/test_serializers.py | 99 | def test_serialize_geodataframe_points_from_xy(self): |
| LOW | bindings/python/tests/test_serializers.py | 116 | def test_serialize_geodataframe_with_polygons(self): |
| LOW | bindings/python/tests/test_serializers.py | 132 | def test_serialize_geodataframe_with_crs(self): |
| LOW | bindings/python/tests/test_serializers.py | 143 | def test_serialize_empty_geodataframe(self): |
| LOW | bindings/python/tests/test_serializers.py | 154 | def test_serialize_all_null_geometry_geodataframe(self): |
| LOW | bindings/python/tests/test_serializers.py | 169 | def test_serialize_geojson_dict(self): |
| LOW | bindings/python/tests/test_serializers.py | 176 | def test_serialize_geojson_feature_collection(self): |
| LOW | bindings/python/tests/test_serializers.py | 199 | def test_serialize_geojson_string(self): |
| LOW | bindings/python/tests/test_serializers.py | 216 | def test_serialize_geojson_polygon(self): |
| LOW | bindings/python/tests/test_serializers.py | 242 | def test_serialize_csv_multirow(self): |
| LOW | bindings/python/tests/test_serializers.py | 254 | def test_serialize_dataframe_arrow(self, sample_df): |
| LOW | bindings/python/tests/test_serializers.py | 261 | def test_serialize_dataframe_arrow_roundtrip(self, sample_df): |
| LOW | bindings/python/tests/test_serializers.py | 274 | def test_serialize_dataframe_arrow_preserves_types(self): |
| LOW | bindings/python/tests/test_serializers.py | 295 | def test_serialize_dataframe_arrow_with_cities(self): |
| LOW | bindings/python/tests/test_serializers.py | 316 | def test_serialize_dataframe_arrow_empty(self): |
| LOW | bindings/python/tests/test_html_export.py | 53 | def test_geodataframe_no_crs_skips_reproject(self): |
| LOW | bindings/python/tests/test_html_export.py | 63 | def test_csv_string_passthrough(self): |
| LOW | bindings/python/tests/test_html_export.py | 67 | def test_unsupported_type_returns_none(self): |
| LOW | bindings/python/tests/test_html_export.py | 136 | def test_non_geojson_dict_returns_none(self): |
| LOW | bindings/python/tests/test_html_export.py | 139 | def test_non_geojson_string_returns_none(self): |
| LOW | bindings/python/tests/test_html_export.py | 142 | def test_dataframe_returns_none(self): |
| LOW | bindings/python/tests/test_html_export.py | 149 | def test_geodataframe_with_datetime(self): |
| LOW | bindings/python/tests/test_html_export.py | 240 | def test_contains_kepler_gl_cdn_script(self, sample_df): |
| LOW | bindings/python/tests/test_html_export.py | 249 | def test_default_uses_latest_stable_cdn_tag(self, sample_df): |
| LOW | bindings/python/tests/test_html_export.py | 254 | def test_contains_react_redux_deps(self, sample_df): |
| LOW | bindings/python/tests/test_html_export.py | 439 | def test_saves_with_custom_json_encoder(self, sample_gdf, tmp_path): |
| LOW | bindings/python/tests/test_html_export.py | 446 | def test_saves_with_light_theme(self, sample_df, tmp_path): |
| 245 more matches not shown… |