Skip to content

[Bug]: Failed to generate the interactive plots #28

@SeanBryan51

Description

@SeanBryan51

What happened?

I built/installed dxt-explorer directly from the git repository and I tried to generate an interactive plot using one of the provided darshan log files by running

dxt-explorer sample/jlbez_IO_test5.Linux_id1797024_12-1-78642-14680324743816948210_159.darshan

but the command errored with failed to generate the interactive plots (error 70) (see logs below).

Environment:

  • python 3.10
  • os version: Rocky Linux release 8.10

What did you expect to happen?

Expected to generate a the default interactive plot.

Version

0.2 (Default)

Relevant log output

2025-04-30 13:27:27,622 dxt - INFO - FILE: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/field_hdf5/T.1/fields_1.h5 (ID 12661278810446642700)
2025-04-30 13:27:27,622 dxt - INFO - FILE: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/hydro_hdf5/T.1/hydro_proton_1.h5 (ID 5261984978546744446)
2025-04-30 13:27:27,622 dxt - INFO - FILE: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/hydro_hdf5/T.1/hydro_electron_1.h5 (ID 10742304905959859)
2025-04-30 13:27:27,622 dxt - INFO - FILE: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/particle_hdf5/T.1/proton_1.h5 (ID 14724760704877721098)
2025-04-30 13:27:27,622 dxt - INFO - FILE: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/particle_hdf5/T.1/electron_1.h5 (ID 9202435221339760075)
2025-04-30 13:27:27,622 dxt - INFO - generating dataframes
2025-04-30 13:27:34,008 dxt - INFO - generating interactive operation for: /gpfs/alpine/csc300/scratch/jlbez/vpic-brtnfld/results/vpic-hdf5-1662725/field_hdf5/T.1/fields_1.h5
/scratch/tm70/sb8430/conda/envs/dxt-explorer/lib/python3.10/site-packages/explorer/plots/operation.py:232: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.
The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.

For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.


  df["osts"].fillna(value="-", inplace=True)
/scratch/tm70/sb8430/conda/envs/dxt-explorer/lib/python3.10/site-packages/explorer/plots/operation.py:232: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '-' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
  df["osts"].fillna(value="-", inplace=True)
2025-04-30 13:27:36,611 dxt - ERROR - failed to generate the interactive plots (error 70)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageTriage new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions