--- tags: community, minutes --- # PlasmaPy Community Meeting | Tuesday 2022 February 08 at 19:00 UT ### Video Conference Information * [Zoom link](https://zoom.us/j/91633383503?pwd=QWNkdHpWeFhrYW1vQy91ODNTVG5Ndz09) * Instant messaging: [Matrix](https://app.element.io/#/room/#plasmapy:openastronomy.org) and [Gitter](https://gitter.im/PlasmaPy/Lobby) * [GitHub Minutes Repository](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes) * ["Community" Sub-directory](https://github.com/PlasmaPy/plasmapy-project/tree/master/minutes/_community) * [PlasmaPy on GitHub](https://github.com/PlasmaPy/plasmapy) ([pull requests](https://github.com/PlasmaPy/plasmapy/pulls), [issues](https://github.com/PlasmaPy/plasmapy/issues)) * [PlasmaPy Enhancement Proposals on GitHub](https://github.com/PlasmaPy/PlasmaPy-PLEPs) * [PlasmaPy Google Calendar](https://calendar.google.com/calendar/embed?src=c_sqqq390s24jjfjp3q86pv41pi8%40group.calendar.google.com&ctz=America%2FNew_York) ## Agenda (please feel free to edit or add items) 1. Introductions 2. 10-15 minutes for [roadmap](https://hackmd.io/@plasmapy/ry0mmnj6v) 3. solicit "Project Issues" 4. ... 5. Issues 1. ... 9. Pull requests in progress 1. ... ## Attendees * Erik * Nick * Dominik * Alexander ## Action Items ***Person*** * ... ## Minutes * docs makefile on windows * https://snakemake.readthedocs.io/en/stable/ * https://pydoit.org/ * Cython again?! * ```python= In [7]: numba.njit(wofz) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-7-9b1f6883a4fc> in <module> ----> 1 numba.njit(wofz) ~/.miniconda/lib/python3.9/site-packages/numba/core/decorators.py in njit(*args, **kws) 256 del kws['forceobj'] 257 kws.update({'nopython': True}) --> 258 return jit(*args, **kws) 259 260 ~/.miniconda/lib/python3.9/site-packages/numba/core/decorators.py in jit(signature_or_function, locals, cache, pipeline_class, boundscheck, **options) 177 targetoptions=options, **dispatcher_args) 178 if pyfunc is not None: --> 179 return wrapper(pyfunc) 180 else: 181 return wrapper ~/.miniconda/lib/python3.9/site-packages/numba/core/decorators.py in wrapper(func) 196 197 if not inspect.isfunction(func): --> 198 raise TypeError(2018 199 "The decorated object is not a function (got type " 200 f"{type(func)})." TypeError: The decorated object is not a function (got type <class 'numpy.ufunc'>). ``` * https://github.com/person142/numba_special/issues/1
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up