Charles Weill
Charles Weill
@zerjioang: This does sound like a bug. Can you please provide an example code file where this happens?
@tmc: Can you please provide an example of what this would look like?
If anyone is willing to submit a PR, I'll review it.
@mindlesslcc, can you please provide an example of what a generated Benchmark test would look like?
**Note: We're still in the pre-release stage, so caveat emptor.** :) @pplonski: Thanks for reaching out. If you want to try running our benchmark suite, follow the instructions at https://github.com/google/nitroml/tree/master/examples....
@pplonski: You mentioned integrating with GitHub actions which sounds like a good idea: could you explain what you're envisioning?
This happened to me recently. I spent 12 hours training a model and saving it fine, only to find out when calling `load` that the model was incorrectly constructed. In...
Fixed in **v1.7.0**! 🎉 Tests generated with the `-parallel` flag now properly include `t.Parallel()` at the top-level test function, not just in the subtest functions. This satisfies the `tparallel` linter...
Yes, the project is being actively maintained again! 🎉 After 5 years since v1.6.0, we've just released **v1.7.0** with major improvements: ✨ **New Features:** - Recursive directory support (`pkg/...` patterns)...
## Update: Non-determinism is broader than receiver methods Further testing reveals the non-determinism issue affects **more than just receiver methods** and is **environment-dependent**. ### Additional Failing Tests Two additional tests...