Skip to content

Commit

Permalink
Merge branch 'master' into feat/runtests_vs_hz_6_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Oct 2, 2024
2 parents 7d59656 + cde2312 commit 64aa2aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
override_pr: ${{ github.event.inputs.pr_number }}

- name: Upload remote controller logs if test run fails
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: rc-logs-${{ matrix.python-version }}-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
HZ_SNAPSHOT_INTERNAL_PASSWORD: ${{ secrets.HZ_SNAPSHOT_INTERNAL_PASSWORD }}
run: python run_tests.py
- name: Upload remote controller logs on test failure
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: rc-logs-${{ matrix.python-version }}-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion hazelcast/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class IndexConfig:
name: str
metric: Metric
dimension: int
max_degree: int = 16
max_degree: int = 32
ef_construction: int = 100
use_deduplication: bool = True

Expand Down

0 comments on commit 64aa2aa

Please sign in to comment.