Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-muthukrishna committed Jun 1, 2018
1 parent f61af76 commit 6975c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/create_and_save_all_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
f.write("Redshift: Zero\n")
f.write("Redshift Range: {} to {}\n".format(minZ, maxZ))
f.write("Num of Redshifts: {}\n".format(numOfRedshifts))
f.write("Fraction of Training Set Used: {}\n".format(numOfRedshifts))
f.write("Fraction of Training Set Used: {}\n".format(trainFraction))
f.write("Training Amount: 50 x {}\n".format(numTrainBatches))
f.write("Changed wavelength range to 3500 to 10000A\n")
f.write("Set outer region to 0.5\n")
Expand Down

0 comments on commit 6975c80

Please sign in to comment.