Skip to content

Commit

Permalink
fix: comment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgannonucm committed Aug 31, 2024
1 parent c07aa19 commit 6815728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testSuite/test-spheroid-power-law.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import numpy as np
import xml.etree.ElementTree as ET

# Check UniverseMachine results.
# Charles Gannon (26-August-2024)
# Test spheroidRadiusPowerLaw nodeOperator.
# Charles Gannon (31-August-2024)
path_in_param = os.path.abspath(f"parameters/test-spheroid-power-law.xml" )
path_out_dir = os.path.abspath(f"outputs/test-spheroid-power-law" )
path_out_log = os.path.abspath(f"outputs/test-spheroid-power-law/test-spheroid-power-law.log" )
Expand Down

0 comments on commit 6815728

Please sign in to comment.