Skip to content

Commit

Permalink
Aggregated focus (#140)
Browse files Browse the repository at this point in the history
* Merge in table specifics

* Add expections for reading pyarrow table

* Lint

* Add method for accessing parameters to AggregatedTable
  • Loading branch information
daniel-sol authored Mar 20, 2023
1 parent 1516444 commit a8e9702
Show file tree
Hide file tree
Showing 24 changed files with 665 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7]
python-version: [3.8.14]
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8]
python-version: [3.8.14]
os: [ubuntu-latest]
permissions:
contents: read
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
export ACCESS_TOKEN=$access_token
pip install -r requirements/requirements_test.txt
pytest -q -s -x --disable-warnings
pytest --trace
4 changes: 2 additions & 2 deletions examples/explorer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.7.13"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "97113848c8b2b18ba035ece34debc301e3f302f82c1ce559e1f44792a9e42eed"
"hash": "886a3bf2c68989186a10fcef5692724f98e2557aca959586571e913a0aec80e7"
}
}
},
Expand Down
Loading

0 comments on commit a8e9702

Please sign in to comment.