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
in line 56, for the ureg.load_definitions command, I had to modify the string to the 'units_def.txt' to include the full path of the file, and then the command was able to find the file.
my line now looks like this: ureg.load_definitions('/Users/mc4214/GIT/PSSdb/scripts/units_def.txt')
in line 56, for the
ureg.load_definitions
command, I had to modify the string to the'units_def.txt'
to include the full path of the file, and then the command was able to find the file.my line now looks like this:
ureg.load_definitions('/Users/mc4214/GIT/PSSdb/scripts/units_def.txt')
PSSdb/scripts/funcs_export_standardizer.py
Line 56 in 306bd87
The text was updated successfully, but these errors were encountered: