You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use handle_dict to create the eos_dict based on the input format. try: self.eos_dict = self.handle_dict[args.input]() except KeyError: raise KeyError('Must use valid format name.')
May assume a format name error, but this does not match the errors experienced.
The text was updated successfully, but these errors were encountered:
Removing this try/catch revealed the actual error to be related to the subset of tables available in this particular SESAME file (only containing Total EOS), not an incorrect material format.
An error message in opac-convert.py:
# Use handle_dict to create the eos_dict based on the input format. try: self.eos_dict = self.handle_dict[args.input]() except KeyError: raise KeyError('Must use valid format name.')
May assume a format name error, but this does not match the errors experienced.
The text was updated successfully, but these errors were encountered: