Ver código fonte

updated builder

AgataKoziol 3 meses atrás
pai
commit
214270afa6

+ 0 - 1
sampler2/parameters_20240209_134356.yml

@@ -1 +0,0 @@
-../.git/annex/objects/xw/4X/MD5E-s47--c7deeb105806748ca5601a9d2911a133.yml/MD5E-s47--c7deeb105806748ca5601a9d2911a133.yml

+ 0 - 1
sampler2/segments_20240209_134356.csv

@@ -1 +0,0 @@
-../.git/annex/objects/1V/13/MD5E-s1575--dea0abea653a288fe9caf8c35c0f11e9.csv/MD5E-s1575--dea0abea653a288fe9caf8c35c0f11e9.csv

+ 2 - 2
scripts/sampler_polish.py

@@ -17,7 +17,7 @@ def find_recording(row, df):
 
 def sample(
         #project: ChildProject.projects.ChildProject,
-        destination: str = './sampler2',
+        destination: str = './sampler',
         length: int = 30000,
         period: int = 1800000,
         offset: int = 900000,
@@ -121,7 +121,7 @@ def sample(
             segment.loc[index, 'recording_filename'] = segment[index].apply(lambda row: find_recording(row, group), axis=1)
 
         segments = pd.concat([segments, segment], ignore_index=True)
-    
+
     segments.rename(
         columns={"recording_filename": "recording_filename",
                  "segment_onset": "segment_onset",