-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "Release 0.2.0" This reverts commit 060647c. * updated public api * removed unused second outputs from operators
- Loading branch information
1 parent
060647c
commit 7c2381d
Showing
6 changed files
with
87 additions
and
21 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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "jwave" | ||
version = "0.2.0" | ||
version = "0.1.5" | ||
description = "Fast and differentiable acoustic simulations in JAX." | ||
authors = [ | ||
"Antonio Stanziola <[email protected]>", | ||
|
@@ -108,9 +108,12 @@ split_before_logical_operator = true | |
|
||
[tool.pytest.ini_options] | ||
addopts = """\ | ||
--doctest-modules \ | ||
--doctest-modules\ | ||
""" | ||
|
||
[tool.pytest_env] | ||
CUDA_VISIBLE_DEVICES = "" | ||
|
||
[tool.coverage.report] | ||
exclude_lines = [ | ||
'if TYPE_CHECKING:', | ||
|