AstroChem / vis_sample

Other
13 stars 7 forks source link

Silent crash at file_handling.py #27

Open cleevesli opened 7 years ago

cleevesli commented 7 years ago

In export_ms_from_clone in file_handling.py one can successfully clone original measurement set but crash before inserting the new vis-sampled data, resulting in a model ms identical to the source data with no warning to the user. Probably occurs due to a memory error?

ryanaloomis commented 7 years ago

@cleevesli is testing to see if its a memory error due to insufficient memory request on cluster. Regardless, file_handling.py functions should eventually be migrated to proper try/except or assert statements to prevent future silent crashes.