Skip to content

Commit

Permalink
(core) small adjustment in test to prevent Windows issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Sep 2, 2024
1 parent c047198 commit 332b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysipfenn/descriptorDefinitions/KS2022_randomSolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def profile(test: str = 'FCC',
the descriptor and a dictionary containing the convergence history, or None. In either case, the descriptor
will be persisted in `f'TestResult_KS2022_randomSolution_{test}_{nIterations}iter.csv'` file.
"""
c = pysipfenn.Calculator(autoLoad=False)
c = pysipfenn.Calculator(autoLoad=False, printOut=False)

try:
s = c.prototypeLibrary[test]['structure']
Expand Down

0 comments on commit 332b4a3

Please sign in to comment.