Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonreusch committed Aug 15, 2023
1 parent c77e5c6 commit e45d273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_noisification.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def test_noisification_csv(self):
infile_noisified = sample.train_dir / "ZTF20acvmzfv_0.csv"
df = pd.read_csv(infile_noisified, comment="#", index_col=0)
df.sort_values(by=["obsmjd"], inplace=True)
df.to_csv("/Users/simeon/Desktop/test.csv")
mags = df.magpsf.values
reference_mags = [
21.5554662912919,
Expand Down

0 comments on commit e45d273

Please sign in to comment.