Skip to content

Commit a8816a6

Browse files
committed
Fix typo in run.py to run flake8
1 parent 8c9f749 commit a8816a6

File tree

1 file changed

+2
-2
lines changed
  • src/diffpy/nmf_mapping/tests

1 file changed

+2
-2
lines changed

src/diffpy/nmf_mapping/tests/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
# File coded by: Billinge Group members and community contributors.
88
#
99
# See GitHub contributions for a more detailed list of contributors.
10-
# https://github.com/diffpy/diffpy.nmf_mapping/graphs/contributors
10+
# https://github.com/diffpy/diffpy.snmf/graphs/contributors
1111
#
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
1515
"""Convenience module for executing all unit tests with
16-
python -m \.tests.run
16+
python -m diffpy.snmf.tests.run
1717
"""
1818

1919
import sys

0 commit comments

Comments
 (0)