Changeset 779
- Timestamp:
- Jan 21, 2005, 4:35:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/wiki/issues.txt
r711 r779 42 42 Who: DSG 43 43 44 Issue: Exceptions thrown by Python functions called from C don't get caughts45 Background: Have a look at gravity in shallow_water. It calls a C function, gradient, which may throw an exception if arguments are scalars.46 However, it doesn't get caught becuase gravity itself is called from within C47 Importance: Low48 Suggested Action: Have a look at the calling convention from C (David Beasley)49 Status: Unresolved50 44 51 45 … … 144 138 145 139 140 146 141 Issue: Checkpointing - needs to always back one timestep up in 147 142 case output wasn't written … … 162 157 Status: Was done when whole things was refactored in April 2004 by OMN 163 158 164 ##Here is a test line 159 160 Issue: Exceptions thrown by Python functions called from C don't get caughts 161 Background: Have a look at gravity in shallow_water. It calls a C function, gradient, which may throw an exception if arguments are scalars. 162 However, it doesn't get caught becuase gravity itself is called from within C 163 Importance: Low 164 Suggested Action: Have a look at the calling convention from C (David Beasley) 165 Status: Unresolved - but no longer relevant as we don't call Python from C 166
Note: See TracChangeset
for help on using the changeset viewer.