Skip to content

removing user input for serializer.#69

Open
mikibonacci wants to merge 1 commit intoaiidateam:mainfrom
mikibonacci:fix_serializer
Open

removing user input for serializer.#69
mikibonacci wants to merge 1 commit intoaiidateam:mainfrom
mikibonacci:fix_serializer

Conversation

@mikibonacci
Copy link
Copy Markdown

No description provided.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.82%. Comparing base (4f0b986) to head (7aa1f24).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   89.82%   89.82%           
=======================================
  Files          22       22           
  Lines        1317     1317           
=======================================
  Hits         1183     1183           
  Misses        134      134           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

try:
serializer = import_from_path(serializers[ep_key])
new_node = serializer(data, user=user)
new_node = serializer(data)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mikibonacci , the user here is needed for the node-graph-engine package. Could you share why you want to remove it?

@mikibonacci
Copy link
Copy Markdown
Author

HI @superstar54, I don't remember the exact code I run, but I remember that when I tried to submit a pythonjob there was an error at that line saying that the user was not an accepted input. Right now I can't test again, but as soon as possible I will get back to you with the issue (maybe it will be gone by then)

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

Successfully merging this pull request may close these issues.

3 participants