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

Quorum Studio not outputting reliably #18

Open
alexzrh opened this issue Mar 23, 2022 · 0 comments
Open

Quorum Studio not outputting reliably #18

alexzrh opened this issue Mar 23, 2022 · 0 comments

Comments

@alexzrh
Copy link

alexzrh commented Mar 23, 2022

I am writing new code for TransformLonger (https://github.com/qorf/transform-update). I was making some changes to my code and added debugging statements. I noticed that on 5 consecutive runs, the output would change. I even noticed that
"output DataFrame:ToText()" wouldn't always output all the dataframe rows for larger dataframes.

Quorum Studio 3.5.0
Clicking the green run arrow to execute the code
Mac 12.2.1
Running the program from the console 5x gave me the correct output each time
(note: "not Alex" flag was set appropriately)

output:
selection size: 10
origRowSize: 18
-------------
-------------
Agnostic,<$10k,27.0
^^^^^^^^^^^^^^^^^^^^^^^^^ Execution 1

selection size: 10
-------------
-------------
Agnostic,<$10k,27.0
^^^^^^^^^^^^^^^^^^^^^^^^^ Execution 2

selection size: 10
origRowSize: 18
newCol size: 180
-------------
religion,income,count
^^^^^^^^^^^^^^^^^^^^^^^^^ Execution 3

selection size: 10
origRowSize: 18
-------------
newCol size: 180
religion,income,count
Agnostic,<$10k,27.0

^^^^^^^^^^^^^^^^^^^^^^^^^ Execution 4
selection size: 10
origRowSize: 18
-------------
newCol size: 180
-------------
Agnostic,<$10k,27.0
^^^^^^^^^^^^^^^^^^^^^^^^^ Execution 5
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

1 participant