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

Unable to plot output generated by default input files #39

Closed
mcflugen opened this issue Apr 12, 2022 · 1 comment
Closed

Unable to plot output generated by default input files #39

mcflugen opened this issue Apr 12, 2022 · 1 comment

Comments

@mcflugen
Copy link
Collaborator

  • sequence version: 0.4.1.dev0
  • Python version: 3.10
  • Operating System: osx

Description

I'm unable to plot Sequence output that was generated by the default set of input files. When trying to plot the output I get the following error,

Traceback (most recent call last):
...
KeyError: 'at_node:bedrock_surface__elevation'

What I Did

The following commands reproduce the problem,

$ mkdir example
$ cd example
$ sequence setup
$ sequence run
$ sequence plot

I think there are two issues here:

  1. The default set of input files should definitely generate output that the sequence command can plot
  2. The sequence plot command should report a better error message if it finds an output file is missing a variable that it requires
@mcflugen
Copy link
Collaborator Author

Fixed with #41.

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

1 participant