f0lie

Results 11 issues of f0lie

Hello folks, Recently [numpy](https://github.com/numpy/numpy/issues/7370) added some type hinting for their types. Tools like mypy is suppose to make it easier to test large codebases. There is a recent [pycon](https://www.youtube.com/watch?v=pMgmKJyWKn8) talk...

pythonic

I am trying to run the debugger for my code. The editor works for the normal "run" mode but when I turn on the debugger, it can't find local files....

``` In [1]: from hatesonar import Sonar In [2]: sonar = Sonar() --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ----> 1 sonar = Sonar() ~/project/.venv/lib/python3.9/site-packages/hatesonar/api.py in __init__(self) 19 model_file...

Sometimes it's hard to understand the intent of the code without type hints. It would help a lot in understand the the pieces of code that is added to classes....

I fixed the various issues I mentioned in the issues, like adding headers, removing the pointless row, and converting them to csv. #1 #2 #3

Mentions doesn't have header names while the other do does.

The two other header tables have it's headers included. Mentions should follow the pattern to avoid confusion.

Minor issue, but it's kinda strange.

https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming I ran into an issue where I couldn't add this to a project because the project needed strong naming. It is possible manually add strong naming but that wouldn't...

https://google.github.io/bayesnf/tutorials/BayesNF_Tutorial_on_Hungarian_Chickenpox/ ``` from bayesnf.spatiotemporal import BayesianNeuralFieldMAP model = BayesianNeuralFieldMAP( width=256, depth=2, freq='W', seasonality_periods=['M', 'Y'], # equivalent to [365.25/12, 365.25] num_seasonal_harmonics=[2, 10], # two harmonics for M; one harmonic for Y...