Ernst Leierzopf

Results 31 comments of Ernst Leierzopf

could you please extend the test by having a line with a new status code (for example as the last one)? The output seems to be fine, because you should...

The issue is that stop_learning_time does not work on historical data, because it is defined in InputInterfaces.AtomHandlerInterface as `self.stop_learning_timestamp = time.time() + stop_learning_time` for each analysis component. The issue why...

Sorry, I don't really know what happened in #1230 - this was a year ago. We both just know that it is not working in the desired way at the...

This issue happens because special characters like \n or \t are not escaped, because they should rather be interpreted. However, these characters need to be escaped within string values of...

> Running the NewMatchPathValueComboDetector with allow_missing_values set to True and then having both normal values and missing values (None) in the data results in an error when persisting: > >...

I fixed this by removing recursive search in the linking part in aminer-ansible and created pull requests for the development and the main branches. I also tested it and think...

This PR was accepted in the aminer-ansible project. Closing the issue.

This can easily be represented using a format such as "%Y-%m-%dT%H:%M:%S.%fZ". However, I extended the %z format to also include parsing Z specifically to improve usability.

> Yes, the format can be adapted, but then the Z is not read as the timezone. This means that the timestamp of the log atom is not correct, which...

How should this work? First of all we do not know all the analysis components and their states (what did they learn?) Second we do not know what the data...