-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Auto stash before merge of "master" and "origin/master" * work on hierarchy * bug fix * bugfixes, add a workaround with todo comment * clean up tests * adjust tests * rm redundant imports * more test changes * exclude a broken test for now * simplify a line * rm unused code * add consistency check * add back a test * bugfix * type bugfix * fix partial twoband test * bugfix and coverage increase * coverage increase * more tests * update workaround * increase coverage * add test for coverage * add weighted test * add == test * always use hierarchy * increase coverage * increase coverage * remove workarounds * Update Project.toml * julia 1.9 * Update ci.yml
- Loading branch information
Showing
10 changed files
with
418 additions
and
832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1.7' | ||
- '1' | ||
- '^1.9.0-0' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.