Dr. Phil Maffettone

Results 2 comments of Dr. Phil Maffettone

Thanks for the reply! The segmentation fault stoped the process even after setting the environmental variables. I've also started a thread with the CSD API, and am awaiting a response....

This will produce Segmentation fault: 11 ``` import os os.environ["BOOST_ADAPTBX_FPE_DEFAULT"]="1" os.environ["BOOST_ADAPTBX_SIGNALS_DEFAULT"]="1" import iotbx.cif def load_cif(fname): try: struct_loader = iotbx.cif.reader(file_path=fname).build_crystal_structures() except: return struct = struct_loader.values()[0] data['structure'] = struct data['space_group'] = '{0!s}'.format(struct.space_group().info())...