Changeset 682
- Timestamp:
- Dec 7, 2004, 9:59:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wiki/issues.txt
r627 r682 2 2 OPEN ISSUES: 3 3 ------------ 4 Issue (interpolate_sww): Give a warning if points are outside the mesh. 5 Importance: Mid 4 6 7 Issue (interpolate_sww (new functionality)): Be able to specify what at 8 what times data is needed e.g. input a start, finish and period. 9 Importance: Mid - low 10 11 Issue (least_squares): Do a test that the number of attribute titles and number 12 of attributes match 13 Importance: Mid 14 15 Issue (least_squares): Do a bug report ot sci py 16 Importance: low to don't do 17 18 Issue (least_squares): datapoints outside the mesh are not used in 19 least squares. 20 Importance: Mid - low 21 Suggested Action: Talk to Steve about including them 22 23 Issue (least_squares): Code to not product D matrix (if it isn't 24 needed) isn't working. 25 Importance: Mid - low 26 Suggested Action: Fix 27 28 Issue: Get the reservoir example working for the 'new' pyvolution 29 Issue: Mid 5 30 6 31 Issue: Exceptions thrown by Python functions called from C don't get caughts … … 39 64 Suggested Action: How about having the functionality that water levels are set 40 65 to == the bed elevation, if level < bed elevation. This will make 41 setting things up easier. 66 setting things up easier. A following suggestion is don't initialise 67 quantities without values, eg in quantity __init__. 42 68 43 69
Note: See TracChangeset
for help on using the changeset viewer.