ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
107 stars 41 forks source link

Pipeline errors are not obvious and not necessarily informative #145

Closed ebranlard closed 1 year ago

ebranlard commented 1 year ago

Example: apply a mask which returns no data. An informative Exception is triggered, but the Action will convert that to a non informative Exception.

It's not obvious to the user that an error as occurred unless they look at "Errors(1)" in the pipeline.

Solution:

Issue raised by @mayankchetan

ebranlard commented 1 year ago

Fixed in 0f6efd729bba220471d379a2e8b03d8121718316