Skip to content

Commit

Permalink
skip plot generating assertion failure
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Mar 21, 2024
1 parent e0ea389 commit 056a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ int main(int argc, char **argv)
analytic_solution_realspace);

// only plot pde params if the pde has them
if (asgard::parameter_manager<prec>::get_instance().get_num_parameters() >
if (false && asgard::parameter_manager<prec>::get_instance().get_num_parameters() >
0)
{
// vlasov pde params plot
Expand Down

0 comments on commit 056a169

Please sign in to comment.