fmu-sumo 2.4.7__tar.gz → 2.4.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/PKG-INFO +1 -1
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/_version.py +2 -2
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/_search_context.py +1 -1
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu_sumo.egg-info/PKG-INFO +1 -1
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.github/pull_request_template.md +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.github/workflows/build_docs.yaml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.github/workflows/check_formatting.yml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.github/workflows/publish_release.yaml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.github/workflows/run_tests.yaml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.gitignore +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.pre-commit-config.yaml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/.readthedocs.yml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/CONTRIBUTING.md +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/LICENSE +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/README.md +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/SECURITY.md +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/_static/equinor-logo.png +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/_static/equinor-logo2.jpg +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/_static/equinor_logo.jpg +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/_static/equinor_logo_only.jpg +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/_templates/layout.html +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/conf.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/explorer.rst +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/docs/index.rst +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/explorer.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/explorer2.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/grids-and-properties.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/metrics.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/table-aggregation.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/examples/tables.ipynb +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/pyproject.toml +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/setup.cfg +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/__init__.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/__init__.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/__init__.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/cache.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/explorer.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/filters.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/__init__.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/_child.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/_document.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/_metrics.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/case.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/cases.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/cpgrid.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/cpgrid_property.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/cube.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/dictionary.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/ensemble.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/ensembles.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/iteration.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/iterations.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/polygons.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/realization.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/realizations.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/surface.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/objects/table.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu/sumo/explorer/timefilter.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu_sumo.egg-info/SOURCES.txt +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu_sumo.egg-info/dependency_links.txt +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu_sumo.egg-info/requires.txt +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/src/fmu_sumo.egg-info/top_level.txt +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/tests/conftest.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/tests/context.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/tests/test_explorer.py +0 -0
- {fmu_sumo-2.4.7 → fmu_sumo-2.4.9}/tests/test_objects_table.py +0 -0
|
@@ -1654,7 +1654,7 @@ class SearchContext:
|
|
|
1654
1654
|
print(ex.response.reason_phrase)
|
|
1655
1655
|
print(ex.response.text)
|
|
1656
1656
|
raise ex
|
|
1657
|
-
res = self._sumo.
|
|
1657
|
+
res = (await self._sumo.poll_async(res)).json()
|
|
1658
1658
|
return self._to_sumo(res)
|
|
1659
1659
|
|
|
1660
1660
|
async def aggregate_async(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|