Mihail Stoian

Results 5 issues of Mihail Stoian

Hi! While running `make`, it encountered this issue: `Camera.cpp:166:23: warning: array subscript 2 is outside array bounds of ‘double [2]’ [-Warray-bounds] 166 | return (proj[2] < 0.0); | ~~~~~~^ Camera.cpp:855:9:...

If I want to generate the data for the romanian language, how could I do that? Thanks a lot!

The problem in this [line](https://github.com/kurtobando/simple-tags/blob/c8c2f295f20deab17ac3ead69a86867b5197b4f7/source/script/simple-tags.js#L76) is when `data-simple-tags` is empty, then the tag appears as an `x` - the correct output should be empty. One should check sth like `dataAttribute.indexOf(',')...

In this [line](https://github.com/kurtobando/simple-tags/blob/c8c2f295f20deab17ac3ead69a86867b5197b4f7/source/script/simple-tags.js#L4), there is a typo of the word `undefined`.

In `test_on_GAS.ipynb`, the labels `spn` and `fspn` are switched. `plt.plot(x, card[idx[700:800]], color="red", alpha=0.5, label = "spn")` `plt.plot(x, card2[idx[700:800]], color="blue", alpha=0.5, label = "fspn")`.