In some cases, only providing one of inflation rate, real discount rate, or nominal discount rate will get past validation and throw an AssertionError in Analysis.py. This should be caught by the serializer valdiator so that feedback is given to the user as to why the calculation failed.
In some cases, only providing one of inflation rate, real discount rate, or nominal discount rate will get past validation and throw an
AssertionError
inAnalysis.py
. This should be caught by the serializer valdiator so that feedback is given to the user as to why the calculation failed.