-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds additional validators and "write_script" routine (#15)
* Adds code to remove layers for non-standard layers model types * Adds code to ensure protected parameters cannot be removed * Adds code to restore default domain ratios when switching calc_type * Adds validators to "Data" model * Adds "write_script" routine to "project.py" * Addresses review comments * Remove specific wrap data tests from "test_project", instead using new Data __eq__ method * Adds test for Data.__eq__ to improve test coverage * Adds fixture to setup and teardown temp directory
- Loading branch information
1 parent
c580435
commit bbfebd4
Showing
5 changed files
with
396 additions
and
147 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from RAT.classlist import ClassList | ||
from RAT.project import Project |
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.