Skip to content

Commit

Permalink
fix(prediction2D): right place for experiment (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Aug 4, 2022
1 parent 13c31f2 commit e331998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/PredictionManager.ts
Expand Up @@ -242,8 +242,8 @@ function generated2DSpectrum(params: {
nucleus: nuclei,
originFrequency: frequency,
baseFrequency: frequency,
pulseSequence: experiment,
experiment: '2d',
pulseSequence: 'prediction',
experiment,
},
},
[],
Expand Down

0 comments on commit e331998

Please sign in to comment.