Jose Ramirez

Results 14 comments of Jose Ramirez

Interested in taking this on! Would the only change here be to change the wording so it doesn't mention language tabs?

> @jramirez857 want to take a look? Yes, I'll try this out

Hi, @edublancas @idomic . I have a couple questions 1. Am I correct in understanding the yaml file would look something like this? ```YAML init_defaults: # passes to all tasks...

Hi @edublancas I will be cleaning this up and fixing the CI failures with flake8. Have you considered pre-commit for keeping consistent formatting with flake8? That aside, I could use...

@idomic Things have been hectic at work the past few weeks but I should have a new PR for this sometime this week. Thanks for checking in!

Hi @edublancas, I have updated `taskspec.py` and `dagspec.py` based on the feedback you provided. I had intended to add tests for this initially but upon a second look at existing...

@idomic please let me know if there are any other issues I can help with in the meantime 😄

Hi Eduardo, thanks for your patience with this pull request. What should we take in as a default value to the ` _init_task` method if no `task_defaults` are passed in....

I have also reran these tests today with the lines below and I weirdly do not see any of the tests failing under tests/spec/test_taskspec. Do you know which specific test...

@edublancas I am now able to see the `TypeError: 'NoneType' object is not subscriptable` failure in the local tests after switching from codespaces to a local clone and have handled...