AIFDR / riab

Risk in a Box - main project
Other
17 stars 6 forks source link

Capture of Stack Trace broken? #89

Closed uniomni closed 13 years ago

uniomni commented 13 years ago

When demoing Risiko with local data at Pycon2011 it crashed with a Django error. Being in the middle of my talk I quickly redid the calculations which succeded the second time (phew!). However, after the talk I went into admin|calculations and found the broken calculation which was clearly marked as such. However stacktrace was not there.

Does this functionality still exist? Is it possible to unit test it?

ingenieroariel commented 13 years ago

This functionality should still exist (as in I have not removed it, but it could be broken).

It might be possible to unit test it with a non-valid impact function created on the fly.

ingenieroariel commented 13 years ago

Fixed