-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major modifications! First of all, significant speedups thanks to int…
…ernal function restructuring and less unuseful queries. Moreover, no validation is done on Nodes on __init__ (was very slow). Moreover, much better management of reloads in Nodes. No more uuid=... as parameter, but you have to pass the dbnode (in this way, unuseful queries are avoided). Moreover, all parameters of __init__ are automatically passed to corresponding set_...() methods, so no need anymore to redefine __init__ in subclasses (a few static class attributes also allow some fine tuning). Another modification is that now the calc.set_resources method does not accept anymore **kwargs, but requires a dictionary. Everything updated accordingly, tests run correctly and pw submits and parses without problems.
- Loading branch information
1 parent
ca35c8d
commit f1df00d
Showing
34 changed files
with
511 additions
and
507 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*~ | ||
*.project | ||
*.pydevproject | ||
.settings | ||
.DS_Store | ||
*/.DS_Store | ||
*/*/.DS_Store | ||
|
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
Oops, something went wrong.