Konstantinos Servis

Results 7 issues of Konstantinos Servis

Hi @pditommaso , I had a stab at adding the cluster directive. This is my first contact with your project and with Groovy so I hope I did not make...

Hi, I was trying the following: ``` from astroplan.constraints import AtNightConstraint from astroplan import Observer, FixedTarget, months_observable mwa = Observer.at_site('Murchison Widefield Array') bs = FixedTarget.from_name('Barnard star') months_observable(constraints=[AtNightConstraint.twilight_civil()], observer=mwa, targets=[bs]) ```...

Hi, I am installing kestrel to try it out and I tried to run the tests but the ThriftHandlerSpec fails. I am not sure whether the fault is with the...

https://github.com/geopython/OWSLib/blame/master/docs/source/installation.rst#L40 Should remove `git` in front of `conda`

The test com.snowplowanalytics.snowplow.enrich.common.enrichments.registry.WeatherEnrichmentSpec depends on an external service (history.openweathermap.org). This can fail for various reasons. We should ensure that the test doesn't fail if the service is unavailable (or the...