-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
fix for issue #1228 #1236
fix for issue #1228 #1236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1236 +/- ##
==========================================
- Coverage 80.63% 80.57% -0.07%
==========================================
Files 41 41
Lines 3424 3428 +4
==========================================
+ Hits 2761 2762 +1
- Misses 663 666 +3
Continue to review full report at Codecov.
|
Up to here, all test passed locally |
Should I move the compare test to it's own file? |
This is ready to merge |
* Added roadmap link to main page * Added roadmap page Co-authored-by: Marc Williamson <marcwilliamson@Marcs-MacBook-Pro.local>
* Update team.rst - Add roles and descriptions Added roles and descriptions to the team page * Update team.rst - Added new GSoC students Update GSoC students section * Update team.rst - Added new roles Added new roles and minor style changes * add several nbsphinx related options * restructure the Governance model page * re-enabled nbsphinx * fix issues marked by @yssa Co-authored-by: Yssa Camacho <yssavo.camacho@gmail.com>
* Update team.rst - Add roles and descriptions Added roles and descriptions to the team page * Update team.rst - Added new GSoC students Update GSoC students section * Update team.rst - Added new roles Added new roles and minor style changes * add several nbsphinx related options * restructure the Governance model page * re-enabled nbsphinx * add adapted CoC * ammending code of conduct in the root * add code of conduct * getting upstream/master team.rst Co-authored-by: Yssa Camacho <yssavo.camacho@gmail.com>
* add code_of_conduct_symlink * add code of conduct link
* Added new contributing guidelines * Added symlink of Contributing.md to Contribting to TARDIS section * Fixed sym link * Update CONTRIBUTING.md Co-authored-by: Wolfgang Kerzendorf <wkerzendorf@gmail.com> * Update CONTRIBUTING.md Co-authored-by: Wolfgang Kerzendorf <wkerzendorf@gmail.com> Co-authored-by: Marc Williamson <marxwillia@gmail.com> Co-authored-by: Wolfgang Kerzendorf <wkerzendorf@gmail.com>
Description
Radial1DModel.from_csvy()
so the dataframes are read appropriately, and that the first is removed only when it's being read from a csv table.Motivation and Context
See #1235 and #1228 for context
How Has This Been Tested?
pytest
passes for all test in the folder.xfail
tests will be added in the next PR of the projectTypes of changes
Checklist: