Skip to content

Commit 0d0e645

Browse files
author
Andrew Yang
committed
Update to previous commit
1 parent 7412036 commit 0d0e645

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- CI
78
pull_request:
89
workflow_dispatch:
910

File renamed without changes.

src/diffpy/utils/tests/test_loaddata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import unittest
77
import numpy
88
from diffpy.utils.parsers import loadData
9-
from diffpy.utils.tests.testhelpers import datafile
9+
from diffpy.utils.tests.t_helpers import datafile
1010

1111
loaddata01 = datafile('loaddata01.txt')
1212

0 commit comments

Comments
 (0)