Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fstring syntax error for python 3.7.13 #19

Open
russellkune opened this issue Jan 25, 2024 · 0 comments
Open

fstring syntax error for python 3.7.13 #19

russellkune opened this issue Jan 25, 2024 · 0 comments

Comments

@russellkune
Copy link

Hi,

thank you for the great package!

I noticed that for certain python versions gpn.data has a syntax error:

import gpn.data

gives:

`Traceback (most recent call last):

File "/home/kunesr/miniconda3/envs/scbasset/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3457, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "/scratch/lsftmp/3076066.tmpdir/ipykernel_4206/958883150.py", line 1, in
import gpn.data

File "", line 1
(ref=)
^
SyntaxError: invalid syntax`

It appears to be caused by line 473 in gpn.data

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant