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

Problem with empty URL being returned #43

Open
bdr opened this issue Feb 21, 2022 · 1 comment
Open

Problem with empty URL being returned #43

bdr opened this issue Feb 21, 2022 · 1 comment

Comments

@bdr
Copy link

bdr commented Feb 21, 2022

I'm having a problem where "url = m.send(lambda file_path, display_name: print('', end='', flush=True))" returns an empty URL. I discovered that when I remove a file from the collection of files sent to MOSS, all is well. I've attached the file
cell-a8c22df1236cd837@[email protected]
p.s. this file actually ends with ".source" extension, but github refused to attach a file with that suffix!

If I comment out the following line in this file:
df4 = pd.DataFrame(pca.components_[0:2], columns = feature_names, index=['PC1','PC2'])
then everything works correctly. I'm not sure why the inclusion of this file causes mosspy to fail. All works well when submitting directly to moss:
./moss -l python /Users/bdr/antiplag/kct-zips/543s21ASSN1TST2000/*.source
any advice?

@soachishti
Copy link
Owner

soachishti commented Feb 23, 2022

Hi @bdr, Sorry I wasn't able to get back to you sooner. Thanks for reporting this as separate issue. I ran this case on Windows, and Linux environment and its working fine there.

Moss Report URL: http://moss.stanford.edu/results/0/4160771966880/

Can you share some more detail which could help in reproducing this issue?

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