You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
build apexpy develop
try to create an Apex object
Expected behavior
No error
Screenshots
Computer (please complete the following information):
OS: Windows 10
Version develop
Python version 3.8
The text was updated successfully, but these errors were encountered:
Describe the bug
This commit 10358dc broke apexpy. The error happens here:
apexpy/src/fortranapex/igrf.f90
Line 37 in 4fe552e
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:
Apex
objectExpected behavior
No error
Screenshots
Computer (please complete the following information):
The text was updated successfully, but these errors were encountered: