Dag Evensberget

Results 5 comments of Dag Evensberget

Thanks @vidartf. Doing a "soft" reset `%reset -s` does not delete underscore and double underscore prepended variables, so I will use `%reset -sf` instead of `%reset -f`. This should work...

This is a really good point and indeed the tests may be a bit too aspirational! I just tested things that I would expect to work from the 'principle of...

If a value is expected or required to be a scalar I guess you can cast it to a `float` at the start of the method as a sort of...

Hi Ken, If when you run this ```bash pytest -v -k "ipymspectrum" # Run all the tests with ipymspectrum ``` you see this message at the end of the result...

Apparently this is linked to this VS Code issue: https://github.com/microsoft/vscode/issues/82524; not much to do but to wait.