Closed danielsuo closed 3 years ago
Hello Daniel - I've been meaning to chase down why rendering fails from time to time. Thank you for finding that! A PR would be greatly appreciated.
As for the reason, it's const, programmer error :-)
Done!
We were also wondering if you'd be amenable to (at least occupying) brax on pypi. Happy to set that up and pass ownership to someone on your team if that helps!
(But of course, there are also reasons not to do this, so defer to you guys! Our only reason is to make our setup.cfg
minimally more clean :) )
Oops that probably should go in another issue...
That's a very kind offer. Yes please do open another issue and if you add a bit of info about how you did it for deluca, we'll happily follow suit.
Hello from the Princeton office! We are excited about
brax
and have started playing around with it.One snag in our workflow: the generated JavaScript for
html.py:render
declaressystem
as aconst
, so re-evaluating an Jupyter notebook cell callinghtml.render
will fail. We've forked and changed theconst
tovar
, but hesitated submitting a PR since there may have been some important reason we missed for choosingconst
.Anyway, just wanted to check!