We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
else you get
File "/lustre/aoc/projects/hera/zmartino/anaconda3/envs/main/lib/python3.7/site-packages/hera_cal/io.py", line 552, in get_metadata_dict most_common_bl_num = scipy.stats.mode(self.baseline_array, keepdims=True)[0][0] TypeError: mode() got an unexpected keyword argument 'keepdims'
which i happen to see is due to f9d2808 (at least)
Appears scipy now requires python >= 3.8, so that too
The text was updated successfully, but these errors were encountered:
Yeah, I added this because I was getting lots of warnings without it. Do you want to add this requirement to the setup and unit testing?
Sorry, something went wrong.
No branches or pull requests
else you get
which i happen to see is due to f9d2808 (at least)
Appears scipy now requires python >= 3.8, so that too
The text was updated successfully, but these errors were encountered: