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
Make sure the library can handle odd strings.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/xxxx/PyNMRSTAR/pynmrstar/unit_tests/__init__.py", line 57, in test_odd_strings
with open(os.path.join(our_path, 'naughty-strings/blns.json')) as odd_string_file:
FileNotFoundError: [Errno 2] No such file or directory: '/xxx/PyNMRSTAR/pynmrstar/unit_tests/naughty-strings/blns.json'
The text was updated successfully, but these errors were encountered:
I'd recommend installing pynmrstar from PyPI or install it using setup.py if at all possible rather than running it out of a local directory - otherwise you'll need to either manually compile the C extension for faster tokenization and formatting, or it will run far slower.
If you want to run the unit tests locally, you'll need to check out the naughty-strings submodule. To do that, go to the root of your pynmrstar checkout and run
The text was updated successfully, but these errors were encountered: