Skip to content

Commit f47a25b

Browse files
committed
flake8 fix
1 parent 9cb8ecd commit f47a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/AllenCahn_Bayreuth/run_temp_forcing_realistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def main(nprocs_space=None):
142142
parser.add_argument("-n", "--nprocs_space", help='Specifies the number of processors in space', type=int)
143143
args = parser.parse_args()
144144

145-
main(nprocs_space=args.nprocs_space)
145+
main(nprocs_space=args.nprocs_space)

0 commit comments

Comments
 (0)