You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to a significant amount of overhead from look up population by partial path, we have refactored the underlying C code to only take full path, which speeds up this API many folds.
Maybe I should also update R interface to make it clear to user,
in terms of partial path, I believe it can be easily parsed out from the full path by user.
Hi,
I having problem with gs_pop_get_count_fast as it accept only path="full" option. I need to pass path as "auto" or 1 (last node name).
Results:
With path="full" works but the table use full node path.
Using last CRAN version, flowWorkspace_4.6.0, and R 4.1.2
I get no error in version 4.2.0 and R 4.05.
Thanks,
The text was updated successfully, but these errors were encountered: