jgostick
jgostick
The situation as is will never pass the "Community Guidelines" requirement. The users can neither contribute, raise issues, or discuss the code using the private Gitlab instance. However, there is...
I have actually fixed this sorta...the `Transport` alg now puts `soln = {}` on self during init, so this allows you to export even if the alg has not been...
oh? I thought the bottleneck was in the `trim` function?
HI @mdickinson and @rahulporuri I have actually decided to roll my own 'traits' class since I really only need the one feature (forcing a dataclass attribute to only accept a...
This was addressed in PR #703
In the V3, the sources are now indicated in the algorithm dict as `pore.source.`...so just doing `alg['pore.source']` will return a dict with all defined sources given in a dict. The...
`sem` and `xray` current accept `axis`. Are you suggesting it would be more convenient to shorten it? Or are you suggesting this argument should be added to other functions? As...
FYI, the submission where this happened is [here](https://github.com/openjournals/joss-reviews/issues/5563#issuecomment-1720347607)
There are pros/cons for both approaches. The decorator is nice because it let's us explicitly pick and choose which functions to emit the logger message from. I think @Daniel-olaO has...
We are going to remove this function from V3 since supporting it became more trouble than we expected.