William Gerecke
Results
2
comments of
William Gerecke
Here is a shorter version of of what @btyukodi wrote that uses regex: ``` dwef bond_parset(filename): with open(filename, 'r') as f: f_text = f.read() bonds = np.array(re.sub(r'\s+', ' ', re.search(r'@BOND([a-z0-9\s]*)@',...
Running into the same problem with newer posts. Have there been any updates recently or will there be any soon? What sort of frequency can we expect posts to be...