Giter Club home page Giter Club logo

cloudcoverr.jl's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ I am an astronomer interested in (big) data science working on dust.
  • ๐Ÿ“ซ My personal website is the most up to date info about me.
  • ๐Ÿ“™ Here is a copy of my CV.
  • ๐Ÿ“ƒ My publications can be found on ADS.

Top Langs

cloudcoverr.jl's People

Contributors

andrew-saydjari avatar gapatron avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

cloudcoverr.jl's Issues

crowdsource import failure

I ran into this issue:
https://discourse.julialang.org/t/pycall-and-conda-inside-github-actions/70128/11

julia> using CloudCovErr
ERROR: InitError: PyError ($(Expr(:escape, :(ccall(#= /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:38 =# @pysym(:PyEval_EvalCode), PyPtr, (PyPtr, PyPtr, PyPtr), o, globals, locals))))) <class 'M
ModuleNotFoundError("No module named 'crowdsource'")
  File "/orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl", line 2, in <module>
    const Py_file_input = 257

Stacktrace:
  [1] pyerr_check
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:62 [inlined]
  [2] pyerr_check
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:66 [inlined]
  [3] _handle_error(msg::String)
    @ PyCall /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:83
  [4] macro expansion
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:97 [inlined]
  [5] #117
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:38 [inlined]
  [6] disable_sigint
    @ ./c.jl:458 [inlined]
  [7] pyeval_(s::String, globals::PyCall.PyDict{String, PyCall.PyObject, true}, locals::PyCall.PyDict{String, PyCall.PyObject, true}, input_type::Int64, fname::String)
    @ PyCall /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:37
  [8] macro expansion
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:230 [inlined]
  [9] __init__()
    @ CloudCovErr.decam /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/CloudCovErr/qq8dt/src/decam.jl:35
 [10] _include_from_serialized(path::String, depmods::Vector{Any})
    @ Base ./loading.jl:768
 [11] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
    @ Base ./loading.jl:854
 [12] _require(pkg::Base.PkgId)
    @ Base ./loading.jl:1097
 [13] require(uuidkey::Base.PkgId)
    @ Base ./loading.jl:1013
 [14] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:997
during initialization of module decam

julia>

The fix suggested in that thread doesn't seem to work:

$ PYTHON=~/.julia/conda/3/bin/python julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.7.3 (2022-05-06)
 _/ |\__'_|_|_|\__'_|  |  https://github.com/conda-forge/julia-feedstock
|__/                   |

julia> using CloudCovErr
ERROR: InitError: PyError ($(Expr(:escape, :(ccall(#= /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:38 =# @pysym(:PyEval_EvalCode), PyPtr, (PyPtr, PyPtr, PyPtr), o, globals, locals))))) <class 'M
ModuleNotFoundError("No module named 'crowdsource.psf'")
  File "/orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl", line 2, in <module>
    const Py_file_input = 257

Stacktrace:
  [1] pyerr_check
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:62 [inlined]
  [2] pyerr_check
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:66 [inlined]
  [3] _handle_error(msg::String)
    @ PyCall /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:83
  [4] macro expansion
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/exception.jl:97 [inlined]
  [5] #117
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:38 [inlined]
  [6] disable_sigint
    @ ./c.jl:458 [inlined]
  [7] pyeval_(s::String, globals::PyCall.PyDict{String, PyCall.PyObject, true}, locals::PyCall.PyDict{String, PyCall.PyObject, true}, input_type::Int64, fname::String)
    @ PyCall /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:37
  [8] macro expansion
    @ /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/PyCall/7a7w0/src/pyeval.jl:230 [inlined]
  [9] __init__()
    @ CloudCovErr.decam /orange/adamginsburg/miniconda3/envs/python39/share/julia/packages/CloudCovErr/qq8dt/src/decam.jl:35
 [10] _include_from_serialized(path::String, depmods::Vector{Any})
    @ Base ./loading.jl:768
 [11] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
    @ Base ./loading.jl:854
 [12] _require(pkg::Base.PkgId)
    @ Base ./loading.jl:1097
 [13] require(uuidkey::Base.PkgId)
    @ Base ./loading.jl:1013
 [14] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:997
during initialization of module decam

Any tips?

TagBot trigger issue

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

Docstring notation in condCovEst_wdiag

In script perstar.jl, condCovEst_wdiag, km refers to masked pixels, unlike what the docstring reads (line 141).

Since

k = .! km

Then k should be unmasked pixels. Also, k being unmasked is consistent with notation in paper.

Best,
Gabriel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.