PhD.
Working on biology cell simulations.
Engineering, ML, Constrained Optimization, Modelling, JuliaLang, AutoDiff, Programming
This is my professional bsky.
I am Australian, the imprint of Springer that was my publisher is based on Singapore.
Australian copyright applies without need for registration.
You need to register to take someone to court over it, but you can do that long after.
I am Australian, the imprint of Springer that was my publisher is based on Singapore.
Australian copyright applies without need for registration.
You need to register to take someone to court over it, but you can do that long after.
```
from package.component.foo_do import foo
from package.component.bar_do import bar
```
I have seen it worked around by reexporting
foo and bar from `component`
```
from package.component.foo_do import foo
from package.component.bar_do import bar
```
I have seen it worked around by reexporting
foo and bar from `component`
Because it makes sense for all that to be in one file.
Combined with explict imports and it makes quiet a complexity of import headers.
Because it makes sense for all that to be in one file.
Combined with explict imports and it makes quiet a complexity of import headers.
The problem is the two (or maybe 3,) compilation caches
The problem is the two (or maybe 3,) compilation caches
Maybe it normally does but in this case the package was currently too broken for it to analyse.
Not sure.
I know it must work that out for F12 to work, but that seemed broken too.
Maybe it normally does but in this case the package was currently too broken for it to analyse.
Not sure.
I know it must work that out for F12 to work, but that seemed broken too.
The way I used to do it a lot is just opening the repl and being like
`which(Foo.bar)` and it will tell me the bar used in module Foo comes from Qux.
Fine to do occasionally.
Less fine if you have to do it for hundreds of methods due to unfamiliarity
The way I used to do it a lot is just opening the repl and being like
`which(Foo.bar)` and it will tell me the bar used in module Foo comes from Qux.
Fine to do occasionally.
Less fine if you have to do it for hundreds of methods due to unfamiliarity
Ok so many-many?
You're gonna hate this but ...
some proteins are actually formed of two seperate peptides that are produced by two seperate genes so...
You need to support AND requirements, not just OR...
Ok so many-many?
You're gonna hate this but ...
some proteins are actually formed of two seperate peptides that are produced by two seperate genes so...
You need to support AND requirements, not just OR...