Samuel Thiriot
Samuel Thiriot
Makes sense, thanks! I'll set up a development environment when possible and propose you a merge request later. Thanks again for the plugin, which provides a high value for me!
Hi Michael, I'm analyzing the code, and am back with a question regarding the expected behaviour. **analyzis** The id of the reference is generated when processing `tpcite` shortcode (in order...
After prototyping: adding a new shortcode (option 1) does not seem very relevant: - one more shortcode is way more php code in the plugin (therefore more maintenance) - it...
developed a proof of concept which takes a sample (read from CSV), and adds other attributes based on the existing ones using probabilities provided as a bayesian network. We would...
I guess some attributes are by convention always a Double; that's the case of IPONDI for INSEE studies, for instance. I would tend to add that in the class which...
in a (quiet good) progress. Still some bugs in some of the inference engines (Recursive conditionning) and performane to improve.
same for writing a configuration file: ` try { new GenstarJsonUtil().marshalToGenstarJson(relativePath.resolve(CONF_EXPORT), gcf, false); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } ` is not the easiest...
I started, but the tests are too verbose and making travis declare the build failed. for the tests to pass, we need to emit less than 4mb of output...
I'm switching progressively all the outputs of my unit tests to logs. That takes time !
thanks ! I think you understood my question ^^ The cases are, as you say: - range: never stored in samples as "0 to 10" or "11 to 15" but...