-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix iselect, update DataFrame.axes, Naming convention (#304)
* Add test for DataFrame.animate. Not ready yet. * DataFrame.axes returns [df.index, df.columns] just like in Pandas. * Make naming coherent between result queries and Index names * Fix iselect with list of indices on label * Fix test_simulation/test_elemental_ns_on_nodal_result * Update 01-static-simulation.py and 02-modal-simulation.py with new axis naming. * Fix and update 03-transient-simulation.py * Fix multi-label selection (do not raise 'unknown axis' anymore) and update 04-harmonic-complex-results.py
- Loading branch information
Showing
9 changed files
with
225 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.