Tomasz Bartczak

Results 36 issues of Tomasz Bartczak

This is a small facade over renderers that we use for e.g. render at the same time to stdout and to external monitoring system. It would be nice to have...

Currently we use StandardRenderer with `no_update=True` and it is used in a process that uses tqdm (keras training loop). The effect is that the first line from ticktock is appended...

In configuration, e.g. target/test-classes/glassfish-resources.xml resourcesXml is interpreted in https://github.com/arquillian/arquillian-container-glassfish/blob/master/glassfish-embedded-3.1/src/main/java/org/jboss/arquillian/container/glassfish/embedded_3_1/GlassFishConfiguration.java#L266 as new File which makes it vulnerable to where is the main directory. interpretting file path as classpath resource would make...

It would be nice to have be able to write: assertThat(someObject).isEqualOnFields(expectedObject,"id","name"); and assertThat(someObject)..isEqualExcludingFields(expectedObject,"id","name") which would under the hood use a comparator that is doing a reflection equals (similiar to the...

It didn't seem to work without that ;-)

### Describe the bug, what's wrong, and what you expected. After running `split_bodies` on a mesh that has a volume I expect returned bodies to have volume as well. See...

bug

**Describe the bug** First of all thanks for the effort in bringin pyradiomics to life! We use it in our research pipeline. I encountered a strange situation where for some...

bug

Hello, Just found kaapana and looks like very important project & big effort! I previously stumbled upon a platform that seems similarly impressive and for a similar target: https://medgift.github.io/quantimage-v2-info/ Have...

Hello, I'm looking at the function https://github.com/JunMa11/SegWithDistMap/blob/153dabf3bc5d9e48058e1497857ac6b00c7abab8/code/train_LA_AAAISDF.py#L95C1-L108C1 and I don't understand why the summation order is such e.g. that it sums each of the parts of the equation in isolation...

Hello, I looked at the Lproduct loss equation, and noticed a strange property - this function seem non convex. E.g. for a GT=0.05 in 1D it would look this (when...