-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add is_resolved() to ObjectProxy and update Lazy Object Proxy version
- Lazy-Object-Proxy added a __resolved__ attribute in version 1.6 that is a boolean flag indicating if a proxy is resolved. Using this flag, some of the internal logic of the ObjectProxy and unit tests were cleaned up. - Updated `environment.yml` to use Lazy-Object-Proxy>=1.6.* - Added some helpful comments to the serialize/deserialization methods of `Result`.
- Loading branch information
Showing
4 changed files
with
31 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ dependencies: | |
- -e . | ||
- parsl>=1.* | ||
- pydantic | ||
- lazy-object-proxy>=1.* | ||
- lazy-object-proxy>=1.6.* |