Skip to content

Commit

Permalink
FIX: sp2 warning was incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Apr 27, 2022
1 parent 3d7a44e commit fab2c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions act/qc/sp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,10 @@ def __init__(self, cal_file_name=None):
class SP2ParticleCriteria:
def __init__(self):
warnings.warn(
RuntimeWarning,
'Attempting to use SP2ParticleCriteria without'
'PySP2 installed. SP2ParticleCriteria will'
'not have any functionality besides this'
'warning message.',
'warning message.', RuntimeWarning
)


Expand Down

0 comments on commit fab2c78

Please sign in to comment.