nmt28 / C-SHELPh

Apache License 2.0
11 stars 6 forks source link

Improve error handling and provide better feedback to the user #19

Closed petebunting closed 2 months ago

petebunting commented 2 months ago

Check if h5 file present and that path is present in file before reading. Also catch exceptions and print error to user. Additionally added a --debug option to the command line tool so user can get stack trace when needed

petebunting commented 2 months ago

My temporary (hacked) fix for the different array lengths is also within these commits as well.