Mohammad NIAEI

Results 7 comments of Mohammad NIAEI

I'm having this problem too.` Max iterations exceeded while trying to find acceptable transformation.` We're trying to use `astroalign` in our project ([MYRaf Project](https://github.com/myrafproject/myrafproject)). the piece of code we're trying...

> This could actually be the issue. It could be that `aa._find_sources` is catching hot pixels as sources or some other kind of fake sources. Actually we use `aa.register,` which...

I took a look to dtype and it says: float64.

Can you please write an example for testing a web API with authentication? I use `APIKeyQuery`. But neither appending the apikey value directly to the URL nor adding it params(data)...

Nope. I maen returning lisf of callable functions that are fits to each segments. For example: ``` f1 = np.poly1d([0, results["alpha1"], results["const"]]) f2 = ... fits = [f1, f2] ```

I have a similar problem. Say I have a model that has some `nullable` fields. So I can set the field to `None`. Using the `PATCH` method with `schema`s forces...

I'd say it is. Just looking at the code one can see the acronym can be used as: ```python import nltk from acronym.acronym import find_acronyms ac.acronym.find_acronyms("Hello World", nltk.corpus.gutenberg, min_length=2) ```...