Skip to content

Commit

Permalink
fix line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
smoors authored Jan 8, 2024
1 parent 7bcbb76 commit 57943f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ def test_check_dep_vars(self):

# multiple dependency variants of specific software is OK, but only if indicated via versionsuffix
self.assertTrue(self.check_dep_vars('2019b', 'TensorFlow', {
'version: 1.15.2; versionsuffix: -TensorFlow-1.15.2': ['Horovod-0.18.2-fosscuda-2019b-TensorFlow-1.15.2.eb'],
'version: 1.15.2; versionsuffix: -TensorFlow-1.15.2':
['Horovod-0.18.2-fosscuda-2019b-TensorFlow-1.15.2.eb'],
'version: 2.2.0; versionsuffix: -TensorFlow-2.2.0-Python-3.7.4':
['Horovod-0.19.5-fosscuda-2019b-TensorFlow-2.2.0-Python-3.7.4.eb'],
'version: 2.1.0; versionsuffix: -Python-3.7.4': ['Keras-2.3.1-foss-2019b-Python-3.7.4.eb'],
Expand Down

0 comments on commit 57943f5

Please sign in to comment.