Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigc committed Sep 25, 2024
1 parent fb08fe5 commit c182fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metabolabpy/nmr/nmrDataSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def autophase1d_include_water(self):

def auto_ref(self, tmsp=True):
if self.nmrdat[self.s][self.e].dim == 1:
self.nmrdat[self.s][self.e].ref = 'auto'
#self.nmrdat[self.s][self.e].ref = 'auto'
self.nmrdat[self.s][self.e].auto_ref(tmsp)
# self.nmrdat[self.s][self.e].setRef(np.array([0.0]), np.array([14836]))

Expand Down

0 comments on commit c182fdd

Please sign in to comment.