diff --git a/dataloader.py b/dataloader.py
index d3b872e24d88f3ad13b482149bbe2d9ed40934fe..f8b1758f5e2675e451b362827e0fa68400729528 100644
--- a/dataloader.py
+++ b/dataloader.py
@@ -201,3 +201,6 @@ class Intentsity_Dataset(Dataset):
 # storage.make_npy_file('data/intensity/intensity_header.npy', 'intensities_raw')
 # storage.make_npy_file('data/intensity/collision_energy_header.npy', 'collision_energy_aligned_normed')
 # storage.make_npy_file('data/intensity/precursor_charge_header.npy', 'precursor_charge_onehot')
+f = np.load('data/intensity/sequence.npy')
+
+m = np.max(f)
\ No newline at end of file