Hardik Ojha
Hardik Ojha
I can take this up @bdice or we can add a good first issue label on this for others to try?
@vyasr @bdice @mikemhenry What does making it a hidden package mean? We expose `BufferedJSONAttrDict` from synced_collections from our API. Do we continue doing that and simply rename the package to...
Got it, thank you :)
Can I work on this one after #354 is merged to `numpy_docs`?
@bdice Since #354 is merged, how should we proceed to resolve this issue? (Just curious to know :sweat_smile: )
@bdice should this be closed by #593?
@bdice do you think we should rename the private `_JobOperation` class to `_JobsOperation` (or `_AggregateOperation)?
I should split this up into smaller parts so that the code becomes easy to review. I'll probably raise smaller, more focused issues for refactoring this code.
I created a branch `test-refactor/main` to resolve all the testing related issues. The logic of this branch is similar to that of the `next` branch that we usually create.
Tests/Classes which need to be rewritten/refactored for signac-flow testing: **tests/test_project.py** - [x] Mock Scheduler - [x] Mock Environment - [ ] MockSchedulerSubmitError - [x] TestProjectBase - [ ] TestProjectStatusPerformance -...