skylineprof/skyline

Add file context to AnalysisErrors

Closed this issue · 1 comments

Right now AnalysisErrors do not include a file context (i.e. file name and line number), which makes them difficult to debug for the user. We should include this context when we raise an AnalysisError.

Completed as of commit afc53d0.