Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on step 4. #23

Open
en1gma713 opened this issue Jun 3, 2021 · 2 comments
Open

Error on step 4. #23

en1gma713 opened this issue Jun 3, 2021 · 2 comments

Comments

@en1gma713
Copy link

en1gma713 commented Jun 3, 2021

ValueError                                Traceback (most recent call last)
<ipython-input-8-994af1dafd16> in <module>()
      1 from act_newmap_prep import *
      2 
----> 3 step4_read_new_map(uploaded_osu_name);

2 frames
/content/osumapper/v7.0/map_analyze.py in get_all_ticks_and_lengths_from_ts(uts_array, ts_array, end_time, divisor)
     78     tick_len = [[uts["tickLength"]] * len(np.arange(uts["beginTime"], endtimes[i], uts["tickLength"] / divisor)) for i, uts in enumerate(uts_array)];
     79     # slider_len = [[ts["sliderLength"]] * len(np.arange(ts["beginTime"], endtimes[i], ts["tickLength"] / divisor)) for i, ts in enumerate(ts_array)];
---> 80     slider_len = [get_slider_len_ts(ts_array, timestamp) for timestamp in np.concatenate(timestamps)];
     81     return np.concatenate(ticks_from_uts), np.round(np.concatenate(timestamps)).astype(int), np.concatenate(tick_len), np.array(slider_len);
     82 

<__array_function__ internals> in concatenate(*args, **kwargs)

ValueError: need at least one array to concatenate```
@ghost
Copy link

ghost commented Oct 1, 2021

Bump, I also have this issue.

@Silver-Volt4
Copy link

Clone the colab workspace to your google drive, it'll fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants