marcpaga / sturgeon

Sturgeon is a CNS neural network classifier
https://www.nature.com/articles/s41586-023-06615-2
Other
32 stars 8 forks source link

Miscall to file? #5

Closed mattloose closed 1 year ago

mattloose commented 1 year ago

https://github.com/marcpaga/sturgeon/blob/ed7905585d710faa17390ad859d72f11388e4820/sturgeon/callmapping.py#L275C40-L275C40

Should this not be probes_file instead of probes_df in the function call?

e.g

probes_df = read_probes_file(probes_file)

marcpaga commented 1 year ago

You are completely right, I have pushed a fix for this.