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

read igrf coefficients broke apexpy #47

Closed
gregstarr opened this issue Feb 15, 2021 · 0 comments
Closed

read igrf coefficients broke apexpy #47

gregstarr opened this issue Feb 15, 2021 · 0 comments

Comments

@gregstarr
Copy link
Contributor

Describe the bug
This commit 10358dc broke apexpy. The error happens here:

stop "File open error"
.

I think because it exits with stop, the exit code is 0 and python doesn't interpret it as an error. If you look at the latest CI runs you can see that none of the tests actually run. The problem is that the path depends on the current working directory. If I change my working directory to src/fortranapex then there is no error.

To Reproduce
Steps to reproduce the behavior:

  1. build apexpy develop
  2. try to create an Apex object

Expected behavior
No error

Screenshots
apexpy error

Computer (please complete the following information):

  • OS: Windows 10
  • Version develop
  • Python version 3.8
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

2 participants